From: simonmar Date: Wed, 31 May 2000 15:50:42 +0000 (+0000) Subject: [project @ 2000-05-31 15:50:42 by simonmar] X-Git-Tag: Approximately_9120_patches~4339 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b4065a083ed8dfa6782a612b540146e23c964594;p=ghc-hetmet.git [project @ 2000-05-31 15:50:42 by simonmar] Update expected output. --- diff --git a/ghc/tests/ccall/should_fail/cc001.stderr b/ghc/tests/ccall/should_fail/cc001.stderr index b8cc6cd..51c8f3a 100644 --- a/ghc/tests/ccall/should_fail/cc001.stderr +++ b/ghc/tests/ccall/should_fail/cc001.stderr @@ -2,7 +2,7 @@ cc001.hs:5: Ambiguous type variable(s) `t' in the constraint `CCallable t' arising from an argument in the _ccall_ to `foo', namely `(undefined ())' at cc001.hs:5 - In the right-hand side of a pattern binding: + In the right-hand side of an equation for `f': _ccall_ foo (undefined ()) Compilation had errors diff --git a/ghc/tests/ccall/should_fail/cc002.stderr b/ghc/tests/ccall/should_fail/cc002.stderr index d06e5b2..3b4b7fe 100644 --- a/ghc/tests/ccall/should_fail/cc002.stderr +++ b/ghc/tests/ccall/should_fail/cc002.stderr @@ -2,7 +2,7 @@ cc002.hs:10: No instance for `CReturnable ForeignObj' arising from the result of the _ccall_ to `a' at cc002.hs:10 - In the right-hand side of a pattern binding: _ccall_ a + In the right-hand side of an equation for `a': _ccall_ a Compilation had errors