diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/listCommand001.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/listCommand001.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/listCommand001.stdout b/testsuite/tests/ghci.debugger/scripts/listCommand001.stdout index 5aeb38bcd6..09162eb2ce 100644 --- a/testsuite/tests/ghci.debugger/scripts/listCommand001.stdout +++ b/testsuite/tests/ghci.debugger/scripts/listCommand001.stdout @@ -1,7 +1,7 @@ Not stopped at a breakpoint; nothing to list module 'Data.List' is from another package; this command requires an interpreted module -cannot list source code for map: module GHC.Base is not interpreted +cannot list source code for map: module ghc-base:GHC.Base is not interpreted 1 mymap f [] = [] 2 mymap f (x:xs) = f x:mymap f xs 3 |