diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/2740.stdout')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/2740.stdout | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/2740.stdout b/testsuite/tests/ghci.debugger/scripts/2740.stdout new file mode 100644 index 0000000000..c7fefaaeb2 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/2740.stdout @@ -0,0 +1,10 @@ +Stopped at 2740.hs:(3,1)-(4,25) +_result :: a = _ +Stopped at 2740.hs:3:11-13 +_result :: a = _ +x :: a = _ +y :: a = _ +x = (_t1::a) +y = (_t2::a) +x = 1 +y = 2 |