summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr b/testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr
index e40a3a6b4e..bd05039dc8 100644
--- a/testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr
+++ b/testsuite/tests/indexed-types/should_fail/SimpleFail11b.stderr
@@ -1,10 +1,10 @@
-SimpleFail11b.hs:7:15:
+SimpleFail11b.hs:7:15: error:
Conflicting family instance declarations:
- C9 [a] Int = C9ListInt -- Defined at SimpleFail11b.hs:7:15
- C9 [a] Int = C9ListInt2 -- Defined at SimpleFail11b.hs:9:15
+ C9 [a] Int -- Defined at SimpleFail11b.hs:7:15
+ C9 [a] Int -- Defined at SimpleFail11b.hs:9:15
-SimpleFail11b.hs:13:15:
+SimpleFail11b.hs:13:15: error:
Conflicting family instance declarations:
D9 [a] Int = [a] -- Defined at SimpleFail11b.hs:13:15
D9 [a] Int = Maybe a -- Defined at SimpleFail11b.hs:15:15