diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/dynbrk002.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/dynbrk002.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk002.stdout b/testsuite/tests/ghci.debugger/scripts/dynbrk002.stdout index f4d7444aac..ef46c58bf5 100644 --- a/testsuite/tests/ghci.debugger/scripts/dynbrk002.stdout +++ b/testsuite/tests/ghci.debugger/scripts/dynbrk002.stdout @@ -1,5 +1,5 @@ -Breakpoint 0 activated at ../QSort.hs:5:16-51 -Stopped in QSort.qsort, ../QSort.hs:5:16-51 +Breakpoint 0 activated at QSort.hs:5:16-51 +Stopped in QSort.qsort, QSort.hs:5:16-51 _result :: [Integer] = _ a :: Integer = 8 left :: [Integer] = _ |