From acd93db14d2eea70057b27bc0a26c1db43e8fdbb Mon Sep 17 00:00:00 2001
From: simonpj <unknown>
Date: Mon, 14 Jun 1999 09:31:16 +0000
Subject: [PATCH] [project @ 1999-06-14 09:31:16 by simonpj] Add
 tcfail082.stderr

---
 ghc/tests/typecheck/should_fail/tcfail082.stderr | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 ghc/tests/typecheck/should_fail/tcfail082.stderr

diff --git a/ghc/tests/typecheck/should_fail/tcfail082.stderr b/ghc/tests/typecheck/should_fail/tcfail082.stderr
new file mode 100644
index 000000000000..df3b4743a161
--- /dev/null
+++ b/ghc/tests/typecheck/should_fail/tcfail082.stderr
@@ -0,0 +1,12 @@
+
+tcfail082.hs:1:
+    Duplicate or overlapping instance declarations
+	for `Read FooData'
+	    imported from module `Inst82_1' and imported from module `Inst82_2'
+
+tcfail082.hs:8:
+    No instance for `Show FooData'
+	arising from use of `print' at tcfail082.hs:8
+
+Compilation had errors
+
-- 
GitLab