diff options
Diffstat (limited to 'testsuite/tests/ffi/should_fail/T3066.stderr')
-rw-r--r-- | testsuite/tests/ffi/should_fail/T3066.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/ffi/should_fail/T3066.stderr b/testsuite/tests/ffi/should_fail/T3066.stderr index 3b6c3f9b47..280905136a 100644 --- a/testsuite/tests/ffi/should_fail/T3066.stderr +++ b/testsuite/tests/ffi/should_fail/T3066.stderr @@ -1,6 +1,6 @@ -T3066.hs:6:1: - Unacceptable argument type in foreign declaration: - ‘forall u. Ptr ()’ is not a data type - When checking declaration: - foreign import ccall safe bla :: (forall u. X u) -> IO () +T3066.hs:7:1: error: + • Unacceptable argument type in foreign declaration: + ‘forall u. Ptr ()’ is not a data type + • When checking declaration: + foreign import ccall safe bla :: (forall u. X u) -> IO () |