Move tests from testsuite/tests/ghc-regress/lib/Directory
[haskell-directory.git] / tests / doesDirectoryExist001.hs
diff --git a/tests/doesDirectoryExist001.hs b/tests/doesDirectoryExist001.hs
new file mode 100644 (file)
index 0000000..be26ec0
--- /dev/null
@@ -0,0 +1,4 @@
+-- !!! "/" was not recognised as a directory in 6.0.x
+import System.Directory
+main = doesDirectoryExist "/" >>= print
+