summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-11-01 08:58:39 +0000
committerSimon Marlow <marlowsd@gmail.com>2011-11-02 11:03:46 +0000
commit064fc4f9b0b6884d65146f9ce5bdb10fbeda9213 (patch)
tree9f873ec0c39feb559f1874b2d90b9cfb2503dfa1 /testsuite/tests/ghci.debugger
parent12d91701924bfdd63bbc7223e77bf0244feb04e9 (diff)
downloadhaskell-064fc4f9b0b6884d65146f9ce5bdb10fbeda9213.tar.gz
accept (better) output
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/2740.stdout2
-rw-r--r--testsuite/tests/ghci.debugger/scripts/dynbrk009.stdout6
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/2740.stdout b/testsuite/tests/ghci.debugger/scripts/2740.stdout
index 189d95c5e4..68be6cb071 100644
--- a/testsuite/tests/ghci.debugger/scripts/2740.stdout
+++ b/testsuite/tests/ghci.debugger/scripts/2740.stdout
@@ -1,7 +1,7 @@
Stopped at 2740.hs:(3,1)-(4,25)
_result :: a = _
Stopped at 2740.hs:3:11-13
-_result :: Integer = _
+_result :: Bool = _
x :: Integer = 1
y :: Integer = 2
x = 1
diff --git a/testsuite/tests/ghci.debugger/scripts/dynbrk009.stdout b/testsuite/tests/ghci.debugger/scripts/dynbrk009.stdout
index e7e107448c..f774e1e642 100644
--- a/testsuite/tests/ghci.debugger/scripts/dynbrk009.stdout
+++ b/testsuite/tests/ghci.debugger/scripts/dynbrk009.stdout
@@ -3,9 +3,9 @@ _result :: Int = _
Stopped at dynbrk009.hs:8:27-36
_result :: Int = _
Stopped at dynbrk009.hs:8:31-35
-_result :: Int = _
+
Stopped at dynbrk009.hs:6:1-9
-_result :: Int = _
+
Stopped at dynbrk009.hs:6:9
-_result :: Int = _
+
3