summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail/T16745.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/overloadedrecflds/should_fail/T16745.stderr')
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/T16745.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_fail/T16745.stderr b/testsuite/tests/overloadedrecflds/should_fail/T16745.stderr
index b4515b8a19..ebc974a123 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/T16745.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/T16745.stderr
@@ -4,11 +4,11 @@
[4 of 4] Compiling T16745A ( T16745A.hs, T16745A.o )
T16745A.hs:8:9: error: [GHC-87543]
- Ambiguous occurrence ‘field’
+ Ambiguous occurrence ‘field’.
It could refer to
either ‘T16745B.field’,
imported from ‘T16745B’ at T16745A.hs:3:24-28
- (and originally defined in ‘T16745C’ at T16745C.hs:2:1-5)
+ (and originally defined in ‘T16745C’ at T16745C.hs:2:1-5),
or the field ‘field’ of record ‘T16745B.R’,
imported from ‘T16745B’ at T16745A.hs:3:24-28
- (and originally defined at T16745B.hs:11:14-18)
+ (and originally defined at T16745B.hs:11:14-18).