summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T4246.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T4246.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T4246.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T4246.stderr b/testsuite/tests/indexed-types/should_fail/T4246.stderr
index f2bf56b214..af603d69d6 100644
--- a/testsuite/tests/indexed-types/should_fail/T4246.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T4246.stderr
@@ -1,10 +1,10 @@
-T4246.hs:9:9: error:
+T4246.hs:9:9: error: [GHC-34447]
Conflicting family instance declarations:
F a = a -- Defined at T4246.hs:9:9
F Int = Bool -- Defined at T4246.hs:12:9
-T4246.hs:15:15: error:
+T4246.hs:15:15: error: [GHC-34447]
Conflicting family instance declarations:
G Int = Int -- Defined at T4246.hs:15:15
G Int = Bool -- Defined at T4246.hs:16:15