summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12042.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T12042.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T12042.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T12042.stderr b/testsuite/tests/typecheck/should_fail/T12042.stderr
index ae3cf33ea7..323c5e3693 100644
--- a/testsuite/tests/typecheck/should_fail/T12042.stderr
+++ b/testsuite/tests/typecheck/should_fail/T12042.stderr
@@ -2,10 +2,10 @@
[2 of 3] Compiling T12042a ( T12042a.hs, T12042a.o )
[3 of 3] Compiling T12042 ( T12042.hs, T12042.o )
-T12042.hs-boot:2:1: error:
+T12042.hs-boot:2:1: error: [GHC-15843]
Type constructor ā€˜Sā€™ has conflicting definitions in the module
- and its hs-boot file
+ and its hs-boot file.
Main module: type S :: *
type S = R
- Boot file: type S :: *
+ Boot file: type S :: *
data S