summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr')
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr b/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr
index 00fbe0899b..576e6d41f6 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr
@@ -1,11 +1,11 @@
T13132_duplicaterecflds.hs:7:16: error: [GHC-87543]
- Ambiguous occurrence ‘runContT’
+ Ambiguous occurrence ‘runContT’.
It could refer to
either the field ‘runContT’ of record ‘ContT’,
- defined at T13132_duplicaterecflds.hs:4:31
+ defined at T13132_duplicaterecflds.hs:4:31,
or the field ‘runContT’ of record ‘ContT2’,
- defined at T13132_duplicaterecflds.hs:5:33
+ defined at T13132_duplicaterecflds.hs:5:33.
T13132_duplicaterecflds.hs:9:11: error: [GHC-46878]
The operator ‘runContT’ [infixl 9] of a section
@@ -14,9 +14,9 @@ T13132_duplicaterecflds.hs:9:11: error: [GHC-46878]
in the section: ‘`runContT` x `y` x’
T13132_duplicaterecflds.hs:9:12: error: [GHC-87543]
- Ambiguous occurrence ‘runContT’
+ Ambiguous occurrence ‘runContT’.
It could refer to
either the field ‘runContT’ of record ‘ContT’,
- defined at T13132_duplicaterecflds.hs:4:31
+ defined at T13132_duplicaterecflds.hs:4:31,
or the field ‘runContT’ of record ‘ContT2’,
- defined at T13132_duplicaterecflds.hs:5:33
+ defined at T13132_duplicaterecflds.hs:5:33.