summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/tcrun023.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/tcrun023.hs')
-rw-r--r--testsuite/tests/typecheck/should_run/tcrun023.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_run/tcrun023.hs b/testsuite/tests/typecheck/should_run/tcrun023.hs
index 3a6166b015..d1d434d2dd 100644
--- a/testsuite/tests/typecheck/should_run/tcrun023.hs
+++ b/testsuite/tests/typecheck/should_run/tcrun023.hs
@@ -9,5 +9,5 @@ foo n = show (n + length ?x)
main = do { putStrLn (let ?x = [True,False] in foo 3) ;
- putStrLn (let ?x = "fred" in foo 4) }
+ putStrLn (let ?x = "fred" in foo 4) }