diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-26 10:33:42 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-26 10:33:42 +0000 |
commit | 9437ddf503d60181209404aa44f8c9739bc52132 (patch) | |
tree | c6c78913ff54415d03414f0054215a6afc4faf58 /testsuite/tests/ghc-regress/haddock/haddock_examples | |
parent | 78c913014131bf67f0f220c2ddfc5b1c1dd92178 (diff) | |
download | haskell-9437ddf503d60181209404aa44f8c9739bc52132.tar.gz |
accept output after fixes to FFI declaration pretty-printing
Diffstat (limited to 'testsuite/tests/ghc-regress/haddock/haddock_examples')
-rw-r--r-- | testsuite/tests/ghc-regress/haddock/haddock_examples/haddock.Test.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-regress/haddock/haddock_examples/haddock.Test.stderr b/testsuite/tests/ghc-regress/haddock/haddock_examples/haddock.Test.stderr index 32cc380acc..125c3ded14 100644 --- a/testsuite/tests/ghc-regress/haddock/haddock_examples/haddock.Test.stderr +++ b/testsuite/tests/ghc-regress/haddock/haddock_examples/haddock.Test.stderr @@ -98,7 +98,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 "static header.h g" g :: Int -> IO CInt <document comment> h :: Int h = 42 @@ -133,7 +133,7 @@ m :: R -> N1 () <document comment> -> IO Int <document comment> newn :: R <document comment> -> N1 () <document comment> -> IO Int newn = undefined <document comment> -foreign import ccall unsafe "static header.h &o" o +foreign import ccall unsafe "static header.h o" o :: Float <document comment> -> IO Float <document comment> <document comment> newp :: Int |