summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T14179.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T14179.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T14179.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T14179.stderr b/testsuite/tests/indexed-types/should_fail/T14179.stderr
index bb956c7b51..f8eb9aaf93 100644
--- a/testsuite/tests/indexed-types/should_fail/T14179.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T14179.stderr
@@ -1,15 +1,15 @@
-T14179.hs:7:15: error:
+T14179.hs:7:15: error: [GHC-34447]
Conflicting family instance declarations:
Foo1 a -- Defined at T14179.hs:7:15
Foo1 a -- Defined at T14179.hs:8:15
-T14179.hs:11:15: error:
+T14179.hs:11:15: error: [GHC-34447]
Conflicting family instance declarations:
Foo2 -- Defined at T14179.hs:11:15
Foo2 -- Defined at T14179.hs:12:15
-T14179.hs:15:15: error:
+T14179.hs:15:15: error: [GHC-34447]
Conflicting family instance declarations:
Foo3 [a] -- Defined at T14179.hs:15:15
Foo3 [a] -- Defined at T14179.hs:18:15