diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/print029.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print029.stdout | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print029.stdout b/testsuite/tests/ghci.debugger/scripts/print029.stdout index 366d1d480a..838570f9ce 100644 --- a/testsuite/tests/ghci.debugger/scripts/print029.stdout +++ b/testsuite/tests/ghci.debugger/scripts/print029.stdout @@ -1,8 +1,6 @@ MkT2 [Just 1] -Breakpoint 0 activated at print029.hs:4:1-7 -MkT2 Stopped at print029.hs:4:1-7 -_result :: t Int = _ -Stopped at print029.hs:4:7 +Breakpoint 0 activated at print029.hs:4:7 +MkT2 Stopped in Main.f, print029.hs:4:7 _result :: t Int = _ x :: t Int = [Just 1] x = [Just 1] |