Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/52e7b678c5ba32332e0dd960686a60bff2471c2a >--------------------------------------------------------------- commit 52e7b678c5ba32332e0dd960686a60bff2471c2a Author: Simon Marlow <[email protected]> Date: Thu Nov 24 14:55:41 2011 +0000 accept output >--------------------------------------------------------------- tests/ffi/should_fail/ccfail004.stderr | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/tests/ffi/should_fail/ccfail004.stderr b/tests/ffi/should_fail/ccfail004.stderr index cabda4e..4ae1b0a 100644 --- a/tests/ffi/should_fail/ccfail004.stderr +++ b/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 - _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
