summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal/should_compile/newtype.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/stranal/should_compile/newtype.hs')
-rw-r--r--testsuite/tests/stranal/should_compile/newtype.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/stranal/should_compile/newtype.hs b/testsuite/tests/stranal/should_compile/newtype.hs
index 4c9228c0eb..2693062c16 100644
--- a/testsuite/tests/stranal/should_compile/newtype.hs
+++ b/testsuite/tests/stranal/should_compile/newtype.hs
@@ -1,4 +1,4 @@
--- This one killed GHC 6.4 because it bogusly attributed
+-- This one killed GHC 6.4 because it bogusly attributed
-- the CPR property to the constructor T
-- Result: a mkWWcpr crash
-- Needs -prof -fprof-auto to show it up
@@ -10,5 +10,5 @@ newtype T a = T { unT :: a }
f = unT
test cs = f $ case cs of
- [] -> T []
- (x:xs) -> T $ test cs
+ [] -> T []
+ (x:xs) -> T $ test cs