diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail023.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail023.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail023.hs b/testsuite/tests/rename/should_fail/rnfail023.hs index bf7c4a2f20..07f804b731 100644 --- a/testsuite/tests/rename/should_fail/rnfail023.hs +++ b/testsuite/tests/rename/should_fail/rnfail023.hs @@ -1,4 +1,4 @@ --- !!! Check that type signatures and pragmas that +-- !!! Check that type signatures and pragmas that -- !!! don't have a "parent" are correctly reported module ShouldFail where @@ -8,8 +8,8 @@ f :: Int -> Int {-# INLINE f #-} -- Nested test -h :: Int -> Int -- This one is ok +h :: Int -> Int -- This one is ok h x = x where - g :: Int -> Int -- Bogus + g :: Int -> Int -- Bogus |