diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-11-24 14:55:41 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-11-24 14:55:41 +0000 |
commit | 5e1de50b426ccd6888ee3ed44fb9a22d35a75eed (patch) | |
tree | bb837072b2e9b16b608c7899ba4d2f79c953bd8f /testsuite/tests/ffi | |
parent | cd90c2284a9330023cfd4d2b3601e5e90f005bad (diff) | |
download | haskell-5e1de50b426ccd6888ee3ed44fb9a22d35a75eed.tar.gz |
accept output
Diffstat (limited to 'testsuite/tests/ffi')
-rw-r--r-- | testsuite/tests/ffi/should_fail/ccfail004.stderr | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/tests/ffi/should_fail/ccfail004.stderr b/testsuite/tests/ffi/should_fail/ccfail004.stderr index cabda4e7d1..4ae1b0a73f 100644 --- a/testsuite/tests/ffi/should_fail/ccfail004.stderr +++ b/testsuite/tests/ffi/should_fail/ccfail004.stderr @@ -1,14 +1,4 @@ -ccfail004.hs:9:1: - Unacceptable argument type in foreign declaration: NInt - When checking declaration: - foreign import ccall safe "static f1" f1 :: NInt -> IO Int - -ccfail004.hs:10:1: - Unacceptable result type in foreign declaration: IO NInt - When checking declaration: - foreign import ccall safe "static f2" f2 :: Int -> IO NInt - ccfail004.hs:11:1: Unacceptable result type in foreign declaration: NIO Int When checking declaration: @@ -23,4 +13,3 @@ ccfail004.hs:15:1: Unacceptable result type in foreign declaration: IO [NT] When checking declaration: foreign import ccall safe "static f5" f5 :: IO NT - |