From b4065a083ed8dfa6782a612b540146e23c964594 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 31 May 2000 15:50:42 +0000 Subject: [PATCH] [project @ 2000-05-31 15:50:42 by simonmar] Update expected output. --- ghc/tests/ccall/should_fail/cc001.stderr | 2 +- ghc/tests/ccall/should_fail/cc002.stderr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4