summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail020.stderr-hugs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail020.stderr-hugs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail020.stderr-hugs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail020.stderr-hugs b/testsuite/tests/typecheck/should_fail/tcfail020.stderr-hugs
new file mode 100644
index 0000000000..08d4e497b1
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail020.stderr-hugs
@@ -0,0 +1,4 @@
+ERROR "tcfail020.hs":10 - Cannot build superclass instance
+*** Instance : B [a]
+*** Context supplied : A a
+*** Required superclass : A [a]