diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-25 17:54:51 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-26 10:50:36 +0200 |
commit | fd5212fdc26686a85085333af57903a59be809c6 (patch) | |
tree | 9f7a24a2fc33efa3bca6f6d2acc516b7002fa110 /testsuite/tests/concurrent | |
parent | 2a8371352cbd96d511e73b7a0e6f0e03c4ce7b07 (diff) | |
download | haskell-fd5212fdc26686a85085333af57903a59be809c6.tar.gz |
Testsuite: delete unused concurrent/prog002/FileIO.hs
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r-- | testsuite/tests/concurrent/prog002/FileIO.hs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/tests/concurrent/prog002/FileIO.hs b/testsuite/tests/concurrent/prog002/FileIO.hs deleted file mode 100644 index bf97712287..0000000000 --- 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 - |