[project @ 2000-05-31 15:50:42 by simonmar]
authorsimonmar <unknown>
Wed, 31 May 2000 15:50:42 +0000 (15:50 +0000)
committersimonmar <unknown>
Wed, 31 May 2000 15:50:42 +0000 (15:50 +0000)
Update expected output.

ghc/tests/ccall/should_fail/cc001.stderr
ghc/tests/ccall/should_fail/cc002.stderr

index b8cc6cd..51c8f3a 100644 (file)
@@ -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
index d06e5b2..3b4b7fe 100644 (file)
@@ -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