Move tests from testsuite/tests/ghc-regress/lib/Directory
[haskell-directory.git] / tests / doesDirectoryExist001.hs
1 -- !!! "/" was not recognised as a directory in 6.0.x
2 import System.Directory
3 main = doesDirectoryExist "/" >>= print
4