summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break006.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break006.stdout')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break006.stdout4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break006.stdout b/testsuite/tests/ghci.debugger/scripts/break006.stdout
index 407ad3739b..2b4a6c20f8 100644
--- a/testsuite/tests/ghci.debugger/scripts/break006.stdout
+++ b/testsuite/tests/ghci.debugger/scripts/break006.stdout
@@ -4,14 +4,14 @@ f :: Int -> a = _
x :: Int = 1
xs :: [Int] = [2,3]
xs :: [Int] = [2,3]
-x :: Int = 1
f :: Int -> a = _
+x :: Int = 1
_result :: [a] = _
y = (_t1::a)
y = 2
xs :: [Int] = [2,3]
-x :: Int = 1
f :: Int -> Int = _
+x :: Int = 1
_result :: [Int] = _
y :: Int = 2
_t1 :: Int = 2