packages feed

directory-1.3.0.0: tests/GetDirContents002.hs

{-# LANGUAGE CPP #-}
module GetDirContents002 where
#include "util.inl"

main :: TestEnv -> IO ()
main _t = do
  T(expectIOErrorType) () isDoesNotExistError $
    getDirectoryContents "nonexistent"