summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/bug1465/bug1465.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/bug1465/bug1465.stderr')
-rw-r--r--testsuite/tests/typecheck/bug1465/bug1465.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/bug1465/bug1465.stderr b/testsuite/tests/typecheck/bug1465/bug1465.stderr
new file mode 100644
index 0000000000..47a4d0c616
--- /dev/null
+++ b/testsuite/tests/typecheck/bug1465/bug1465.stderr
@@ -0,0 +1,7 @@
+
+C.hs:6:11:
+ Couldn't match expected type `bug1465-1.0:A.T'
+ with actual type `A.T'
+ In the expression: B2.f
+ In the expression: [B1.f, B2.f]
+ In an equation for `x': x = [B1.f, B2.f]