summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/tcrun025.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/tcrun025.hs')
-rw-r--r--testsuite/tests/typecheck/should_run/tcrun025.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/typecheck/should_run/tcrun025.hs b/testsuite/tests/typecheck/should_run/tcrun025.hs
index b7a565934e..2777cd7f75 100644
--- a/testsuite/tests/typecheck/should_run/tcrun025.hs
+++ b/testsuite/tests/typecheck/should_run/tcrun025.hs
@@ -3,13 +3,13 @@
-- Like tcrun024, but cross module
module Main where
- import TcRun025_B
+ import TcRun025_B
- just = [Just "fred",Just "bill"]
+ just = [Just "fred",Just "bill"]
- main = do { putStrLn (let ?p = "ok1" in fc1);
- putStrLn (let ?p = "ok2" in fc2);
- putStrLn (show (fd1 just)) ;
- putStrLn (show (fd2 just)) }
+ main = do { putStrLn (let ?p = "ok1" in fc1);
+ putStrLn (let ?p = "ok2" in fc2);
+ putStrLn (show (fd1 just)) ;
+ putStrLn (show (fd2 just)) }