diff options
Diffstat (limited to 'testsuite/tests/parser/should_compile/read040.hs')
-rw-r--r-- | testsuite/tests/parser/should_compile/read040.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_compile/read040.hs b/testsuite/tests/parser/should_compile/read040.hs index e6d6629744..cddd24b3fa 100644 --- a/testsuite/tests/parser/should_compile/read040.hs +++ b/testsuite/tests/parser/should_compile/read040.hs @@ -4,5 +4,5 @@ module ShouldCompile where -f () = do { x :: Bool <- return True - ; return x } +f () = do { x :: Bool <- return True + ; return x } |