summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk007.hs
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-05-17 09:22:20 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-05-17 09:22:20 +0000
commit5543d4204955c88e1f1344b94142aa7e1c9584f1 (patch)
tree688d9282f6b14a242e968726f71692979ba9f530 /testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk007.hs
parentdf91a0f4f0ae62a0d56c2c5cca5d7ca15ba79a32 (diff)
downloadhaskell-5543d4204955c88e1f1344b94142aa7e1c9584f1.tar.gz
move dynbk tests into scripts/ and update them
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk007.hs')
-rw-r--r--testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk007.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk007.hs b/testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk007.hs
new file mode 100644
index 0000000000..dc02170216
--- /dev/null
+++ b/testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk007.hs
@@ -0,0 +1,6 @@
+f :: Maybe Int
+f = do
+ i <- return 1
+ j <- return 2
+ k <- return 3
+ return i \ No newline at end of file