summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/cgrun002.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/codeGen/should_run/cgrun002.hs')
-rw-r--r--testsuite/tests/codeGen/should_run/cgrun002.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/codeGen/should_run/cgrun002.hs b/testsuite/tests/codeGen/should_run/cgrun002.hs
index dddaabd66f..b1dcd5e59d 100644
--- a/testsuite/tests/codeGen/should_run/cgrun002.hs
+++ b/testsuite/tests/codeGen/should_run/cgrun002.hs
@@ -3,8 +3,8 @@ main = print ((f id2) (10 + thirty_two))
f x = g x
where
g x = h x
- where
- h x = x
+ where
+ h x = x
thirty_two :: Int
thirty_two = 32