diff options
author | David Terei <davidterei@gmail.com> | 2011-07-20 11:09:03 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-07-20 11:26:35 -0700 |
commit | 16514f272fb42af6e9c7674a9bd6c9dce369231f (patch) | |
tree | e4f332b45fe65e2a7a2451be5674f887b42bf199 /testsuite/tests/ghci.debugger/scripts/hist001.stdout | |
parent | ebd422aed41048476aa61dd4c520d43becd78682 (diff) | |
download | haskell-16514f272fb42af6e9c7674a9bd6c9dce369231f.tar.gz |
Move tests from tests/ghc-regress/* to just tests/*
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/hist001.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/hist001.stdout | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/hist001.stdout b/testsuite/tests/ghci.debugger/scripts/hist001.stdout new file mode 100644 index 0000000000..68e05cc076 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/hist001.stdout @@ -0,0 +1,31 @@ +Breakpoint 0 activated at ../Test3.hs:1:14-15 +[2,3Stopped at ../Test3.hs:1:14-15 +_result :: [a] = _ +-1 : mymap (../Test3.hs:(1,1)-(2,31)) +-2 : mymap (../Test3.hs:2:22-31) +-3 : mymap (../Test3.hs:2:18-20) +-4 : mymap (../Test3.hs:2:18-31) +-5 : mymap (../Test3.hs:(1,1)-(2,31)) +-6 : mymap (../Test3.hs:2:22-31) +-7 : mymap (../Test3.hs:2:18-20) +-8 : mymap (../Test3.hs:2:18-31) +-9 : mymap (../Test3.hs:(1,1)-(2,31)) +<end of history> +Logged breakpoint at ../Test3.hs:(1,1)-(2,31) +_result :: [a] +_result :: [a] = _ +Logged breakpoint at ../Test3.hs:2:22-31 +_result :: [a] +f :: t -> a +xs :: [t] +_result :: [a] = _ +f :: t -> a = _ +xs :: [t] = [] +*** Ignoring breakpoint +_result = [] +Logged breakpoint at ../Test3.hs:2:18-20 +_result :: a +f :: Integer -> a +x :: Integer +Logged breakpoint at ../Test3.hs:2:22-31 +_result :: [a] |