diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break010.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break010.stdout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break010.stdout b/testsuite/tests/ghci.debugger/scripts/break010.stdout index 91e0d21bc0..7273cb5e14 100644 --- a/testsuite/tests/ghci.debugger/scripts/break010.stdout +++ b/testsuite/tests/ghci.debugger/scripts/break010.stdout @@ -1,5 +1,5 @@ -Breakpoint 0 activated at ../Test6.hs:5:8-11 -Stopped in Main.main, ../Test6.hs:5:8-11 +Breakpoint 0 activated at Test6.hs:5:8-11 +Stopped in Main.main, Test6.hs:5:8-11 _result :: a = _ -Stopped in Main.main, ../Test6.hs:5:8-11 +Stopped in Main.main, Test6.hs:5:8-11 _result :: a = _ |