summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/T12441/T12441.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/T12441/T12441.stderr')
-rw-r--r--testsuite/tests/typecheck/T12441/T12441.stderr20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/typecheck/T12441/T12441.stderr b/testsuite/tests/typecheck/T12441/T12441.stderr
index fe6b471d52..a585a6babb 100644
--- a/testsuite/tests/typecheck/T12441/T12441.stderr
+++ b/testsuite/tests/typecheck/T12441/T12441.stderr
@@ -1,10 +1,10 @@
-[1 of 3] Compiling T12441[boot] ( T12441.hs-boot, T12441.o-boot )
-[2 of 3] Compiling T12441A ( T12441A.hs, T12441A.o )
-[3 of 3] Compiling T12441 ( T12441.hs, T12441.o )
-
-T12441.hs-boot:3:1:
- Identifier ‘f’ has conflicting definitions in the module
- and its hs-boot file
- Main module: f :: forall b a. (a, b)
- Boot file: f :: forall a b. (a, b)
- The two types are different
+[1 of 3] Compiling T12441[boot] ( T12441.hs-boot, T12441.o-boot )
+[2 of 3] Compiling T12441A ( T12441A.hs, T12441A.o )
+[3 of 3] Compiling T12441 ( T12441.hs, T12441.o )
+
+T12441.hs-boot:3:1: error: [GHC-11890]
+ Identifier ‘f’ has conflicting definitions in the module
+ and its hs-boot file.
+ Main module: f :: forall b a. (a, b)
+ Boot file: f :: forall a b. (a, b)
+ The two types are different.