summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_fail/ccfail001.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ffi/should_fail/ccfail001.stderr')
-rw-r--r--testsuite/tests/ffi/should_fail/ccfail001.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/ffi/should_fail/ccfail001.stderr b/testsuite/tests/ffi/should_fail/ccfail001.stderr
index e890041b02..01c7ea5d15 100644
--- a/testsuite/tests/ffi/should_fail/ccfail001.stderr
+++ b/testsuite/tests/ffi/should_fail/ccfail001.stderr
@@ -3,5 +3,4 @@ ccfail001.hs:10:1:
Unacceptable result type in foreign declaration:
‘State# RealWorld’ cannot be marshalled in a foreign call
When checking declaration:
- foreign import ccall safe "static foo" foo
- :: Int -> State# RealWorld
+ foreign import ccall safe foo :: Int -> State# RealWorld