summaryrefslogtreecommitdiff
path: root/ghc/tests/ccall/should_fail/cc005.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/tests/ccall/should_fail/cc005.stderr')
-rw-r--r--ghc/tests/ccall/should_fail/cc005.stderr6
1 files changed, 2 insertions, 4 deletions
diff --git a/ghc/tests/ccall/should_fail/cc005.stderr b/ghc/tests/ccall/should_fail/cc005.stderr
index a8ca42b5f2..f207a3e3b7 100644
--- a/ghc/tests/ccall/should_fail/cc005.stderr
+++ b/ghc/tests/ccall/should_fail/cc005.stderr
@@ -1,10 +1,8 @@
cc005.hs:7:
Unacceptable argument type in foreign declaration: Int#
- When checking declaration:
- foreign export _ccall "foo" foo :: Int# -> IO ()
+ When checking declaration: foreign export foo foo :: Int# -> IO ()
cc005.hs:10:
Unacceptable result type in foreign declaration: Int#
- When checking declaration:
- foreign export _ccall "bar" bar :: Int -> Int#
+ When checking declaration: foreign export bar bar :: Int -> Int#