summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/scripts/listCommand002.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-01-01 14:06:41 +0000
committerIan Lynagh <igloo@earth.li>2010-01-01 14:06:41 +0000
commit4abd32a6f73e78af6a75c689aa89330d69f098f4 (patch)
tree79d0cf0ba057a11bc80add7973dd8b33924c6ce7 /testsuite/tests/ghc-regress/ghci.debugger/scripts/listCommand002.hs
parent49b5792b088fe9b0694352c5129335d68937361f (diff)
downloadhaskell-4abd32a6f73e78af6a75c689aa89330d69f098f4.tar.gz
Fix some test name collisions
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci.debugger/scripts/listCommand002.hs')
-rw-r--r--testsuite/tests/ghc-regress/ghci.debugger/scripts/listCommand002.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/ghci.debugger/scripts/listCommand002.hs b/testsuite/tests/ghc-regress/ghci.debugger/scripts/listCommand002.hs
new file mode 100644
index 0000000000..71f3f5482c
--- /dev/null
+++ b/testsuite/tests/ghc-regress/ghci.debugger/scripts/listCommand002.hs
@@ -0,0 +1,5 @@
+import System.Directory
+
+main = do
+ setCurrentDirectory ".."
+ putStrLn "Hello World" \ No newline at end of file