X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Frename%2Fshould_fail%2Frnfail023.hs;fp=ghc%2Ftests%2Frename%2Fshould_fail%2Frnfail023.hs;h=0000000000000000000000000000000000000000;hb=16acb4976514ab4b03c79d6845e3f0e98a1a33cf;hp=bf7c4a2f207527bd47959be2c00dfccb30e1a064;hpb=f2eadfd5dfb23cc611e2540f46180bca7d095f15;p=ghc-hetmet.git diff --git a/ghc/tests/rename/should_fail/rnfail023.hs b/ghc/tests/rename/should_fail/rnfail023.hs deleted file mode 100644 index bf7c4a2..0000000 --- a/ghc/tests/rename/should_fail/rnfail023.hs +++ /dev/null @@ -1,15 +0,0 @@ --- !!! Check that type signatures and pragmas that --- !!! don't have a "parent" are correctly reported - -module ShouldFail where - --- Top level test -f :: Int -> Int -{-# INLINE f #-} - --- Nested test -h :: Int -> Int -- This one is ok -h x = x - where - g :: Int -> Int -- Bogus -