[commit: ghc] master: Testsuite: delete unused concurrent/prog002/FileIO.hs (fd5212f)
git at git.haskell.org
git at git.haskell.org
Tue Apr 26 08:50:18 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fd5212fdc26686a85085333af57903a59be809c6/ghc
>---------------------------------------------------------------
commit fd5212fdc26686a85085333af57903a59be809c6
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Mon Apr 25 17:54:51 2016 +0200
Testsuite: delete unused concurrent/prog002/FileIO.hs
>---------------------------------------------------------------
fd5212fdc26686a85085333af57903a59be809c6
testsuite/tests/concurrent/prog002/FileIO.hs | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/testsuite/tests/concurrent/prog002/FileIO.hs b/testsuite/tests/concurrent/prog002/FileIO.hs
deleted file mode 100644
index bf97712..0000000
--- a/testsuite/tests/concurrent/prog002/FileIO.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-module FileIO where
-import System.IO
-import Foreign
-import Foreign.C
-
-
-foreign import ccall safe "fileio.h c_file_getresult"
- c_file_getresult :: CInt -> IO CInt
-
More information about the ghc-commits
mailing list