diff options
Diffstat (limited to 'testsuite/tests/haddock/haddock_examples/haddock.Test.stderr')
-rw-r--r-- | testsuite/tests/haddock/haddock_examples/haddock.Test.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr b/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr index c2994dc1a5..8f06390348 100644 --- a/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr +++ b/testsuite/tests/haddock/haddock_examples/haddock.Test.stderr @@ -127,7 +127,7 @@ data R1 <document comment> f :: C a => a -> Int <document comment> -foreign import ccall safe "static header.h g" g :: Int -> IO CInt +foreign import ccall safe "header.h" g :: Int -> IO CInt <document comment> h :: Int h = 42 @@ -169,7 +169,7 @@ newn :: -> N1 () one of the arguments -> IO Int newn = undefined <document comment> -foreign import ccall unsafe "static header.h o" o +foreign import ccall unsafe "header.h" o :: Float The input float -> IO Float The output float <document comment> newp :: Int |