diff --git a/testsuite/tests/codeGen/should_run/cgrun001.hs b/testsuite/tests/codeGen/should_run/cgrun001.hs index 5482f131276a74a0a52632b236704f3d1aa789d6..1f82002755bc3d570d134b97ed3c688a568fd933 100644 --- a/testsuite/tests/codeGen/should_run/cgrun001.hs +++ b/testsuite/tests/codeGen/should_run/cgrun001.hs @@ -2,5 +2,5 @@ main = print ( f () ) where - f :: a -> Int - f x = -42 + f :: a -> Int + f x = -42