summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail11a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/SimpleFail11a.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/SimpleFail11a.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/SimpleFail11a.stderr b/testsuite/tests/indexed-types/should_fail/SimpleFail11a.stderr
index d467019760..41ed865dfb 100644
--- a/testsuite/tests/indexed-types/should_fail/SimpleFail11a.stderr
+++ b/testsuite/tests/indexed-types/should_fail/SimpleFail11a.stderr
@@ -1,10 +1,10 @@
-SimpleFail11a.hs:6:15:
+SimpleFail11a.hs:6:15: error:
Conflicting family instance declarations:
- C9 Int Int = C9IntInt -- Defined at SimpleFail11a.hs:6:15
- C9 Int Int = C9IntInt2 -- Defined at SimpleFail11a.hs:8:15
+ C9 Int Int -- Defined at SimpleFail11a.hs:6:15
+ C9 Int Int -- Defined at SimpleFail11a.hs:8:15
-SimpleFail11a.hs:11:15:
+SimpleFail11a.hs:11:15: error:
Conflicting family instance declarations:
D9 Int Int = Char -- Defined at SimpleFail11a.hs:11:15
D9 Int Int = Int -- Defined at SimpleFail11a.hs:13:15