summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/cgrun051.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/codeGen/should_run/cgrun051.hs')
-rw-r--r--testsuite/tests/codeGen/should_run/cgrun051.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/codeGen/should_run/cgrun051.hs b/testsuite/tests/codeGen/should_run/cgrun051.hs
index c8ebb7f5e3..43787b5e2c 100644
--- a/testsuite/tests/codeGen/should_run/cgrun051.hs
+++ b/testsuite/tests/codeGen/should_run/cgrun051.hs
@@ -1,9 +1,9 @@
module Main where
-data T1 -- No constructors
+data T1 -- No constructors
data T2 = T2 !T1 Int
main = print (case (T2 (error "OK") 1) of { T2 x y -> y })
--- We should hit the (error "OK") case \ No newline at end of file
+-- We should hit the (error "OK") case