From d2e67f300f0cf4e242b522c69cde4848f272d460 Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Mon, 3 Jul 2000 20:34:35 +0000
Subject: [PATCH] [project @ 2000-07-03 20:34:35 by panne] Synched expected
 output with reality

---
 ghc/tests/deriving/should_fail/drvfail004.stderr | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/ghc/tests/deriving/should_fail/drvfail004.stderr b/ghc/tests/deriving/should_fail/drvfail004.stderr
index 29d77feb1ceb..4010f998d095 100644
--- a/ghc/tests/deriving/should_fail/drvfail004.stderr
+++ b/ghc/tests/deriving/should_fail/drvfail004.stderr
@@ -1,9 +1,10 @@
 
 drvfail004.hs:5:
-    Could not deduce `Eq (Foo a b)' from the context: (Ord a1, Ord b1)
-    Probable cause: missing `Eq (Foo a b)'
-		    in instance declaration context
-		    or missing instance declaration for `Eq (Foo a b)'
+    Could not deduce `Eq (Foo a b)'
+	from the context (Ord a1, Ord b1)
+    Probable fix:
+	Add `Eq (Foo a b)' to the instance declaration context
+	Or add an instance declaration for `Eq (Foo a b)'
     arising from an instance declaration at drvfail004.hs:5
 
 Compilation had errors
-- 
GitLab