summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T2677.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T2677.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T2677.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T2677.stderr b/testsuite/tests/indexed-types/should_fail/T2677.stderr
new file mode 100644
index 0000000000..e1c08e3b15
--- /dev/null
+++ b/testsuite/tests/indexed-types/should_fail/T2677.stderr
@@ -0,0 +1,5 @@
+
+T2677.hs:7:15:
+ Conflicting family instance declarations:
+ type instance A Int -- Defined at T2677.hs:7:15
+ type instance A a -- Defined at T2677.hs:6:15