diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/dynbrk008.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/dynbrk008.stdout | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk008.stdout b/testsuite/tests/ghci.debugger/scripts/dynbrk008.stdout index 722f2991f3..88a7964a21 100644 --- a/testsuite/tests/ghci.debugger/scripts/dynbrk008.stdout +++ b/testsuite/tests/ghci.debugger/scripts/dynbrk008.stdout @@ -1,15 +1,13 @@ -Stopped at dynbrk008.hs:2:1-41 -_result :: [Int] = _ -Stopped at dynbrk008.hs:2:7-41 +Stopped in Main.f, dynbrk008.hs:2:7-41 _result :: [Int] = _ i :: Int = 42 -Stopped at dynbrk008.hs:2:18-20 +Stopped in Main.f, dynbrk008.hs:2:18-20 _result :: [Int] = _ i :: Int = 42 -Stopped at dynbrk008.hs:2:28-30 +Stopped in Main.f, dynbrk008.hs:2:28-30 _result :: [Int] = _ j :: Int = 42 -Stopped at dynbrk008.hs:2:38-40 +Stopped in Main.f, dynbrk008.hs:2:38-40 _result :: [Int] = _ h :: Int = 42 [42] |