summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail026.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail026.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail026.stderr13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail026.stderr b/testsuite/tests/typecheck/should_fail/tcfail026.stderr
new file mode 100644
index 0000000000..23e90f7ae4
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail026.stderr
@@ -0,0 +1,13 @@
+
+tcfail026.hs:2:
+ Conflicting exports for local name: A
+ module Main
+ module Main
+
+tcfail026.hs:6:
+ Class type variable ``a'' does not appear in method signature:
+ op2 ::
+ `b' -> `b'
+
+
+Compilation had errors