summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/listCommand001.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/listCommand001.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/listCommand001.stdout4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/listCommand001.stdout b/testsuite/tests/ghci.debugger/scripts/listCommand001.stdout
index 956ae6a97a..5aeb38bcd6 100644
--- a/testsuite/tests/ghci.debugger/scripts/listCommand001.stdout
+++ b/testsuite/tests/ghci.debugger/scripts/listCommand001.stdout
@@ -5,10 +5,10 @@ cannot list source code for map: module GHC.Base is not interpreted
1 mymap f [] = []
2 mymap f (x:xs) = f x:mymap f xs
3
-4 main = mapM_ putStrLn $ mymap ('a':) ["hello","bye"]
+4 main = mapM_ putStrLn $ mymap ('a':) ["hello","bye"]
5
3
-4 main = mapM_ putStrLn $ mymap ('a':) ["hello","bye"]
+4 main = mapM_ putStrLn $ mymap ('a':) ["hello","bye"]
5
syntax: :list [<line> | <module> <line> | <identifier>]
syntax: :list [<line> | <module> <line> | <identifier>]