summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/simpl018.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/simpl018.hs')
-rw-r--r--testsuite/tests/simplCore/should_compile/simpl018.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/simpl018.hs b/testsuite/tests/simplCore/should_compile/simpl018.hs
index 1b7ce8ddcd..a4cb6a80b8 100644
--- a/testsuite/tests/simplCore/should_compile/simpl018.hs
+++ b/testsuite/tests/simplCore/should_compile/simpl018.hs
@@ -9,4 +9,4 @@ module ShouldCompile where
bar :: Bool -> Int
bar x = case (case x of { True -> (# 2,3 #); False -> error "urk" }) of
- (# p,q #) -> p+q
+ (# p,q #) -> p+q