[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / ccall / should_fail / cc005.stderr
diff --git a/ghc/tests/ccall/should_fail/cc005.stderr b/ghc/tests/ccall/should_fail/cc005.stderr
deleted file mode 100644 (file)
index f207a3e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-cc005.hs:7:
-    Unacceptable argument type in foreign declaration: Int#
-    When checking declaration: foreign export foo foo :: Int# -> IO ()
-
-cc005.hs:10:
-    Unacceptable result type in foreign declaration: Int#
-    When checking declaration: foreign export bar bar :: Int -> Int#