summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T20260.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T20260.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T20260.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T20260.stderr b/testsuite/tests/typecheck/should_fail/T20260.stderr
new file mode 100644
index 0000000000..574d72163d
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T20260.stderr
@@ -0,0 +1,6 @@
+
+T20260.hs:8:3: error:
+ • Mismatched type name in type family instance.
+ Expected: Foo
+ Actual: Bar
+ • In the type family declaration for ‘Foo’