[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deriving / should_fail / drvfail004.stderr
diff --git a/ghc/tests/deriving/should_fail/drvfail004.stderr b/ghc/tests/deriving/should_fail/drvfail004.stderr
deleted file mode 100644 (file)
index 523ddc9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-drvfail004.hs:5:
-    Could not deduce `Eq (Foo a b)' from the context (Ord a, Ord b)
-    Probable fix:
-       Add `Eq (Foo a b)' to the instance declaration context
-       Or add an instance declaration for `Eq (Foo a b)'
-    arising from the instance declaration at drvfail004.hs:5
-    In the instance declaration for `Ord (Foo a b)'