summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr')
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr b/testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr
index 8a1691ac22..d05c8e76fe 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/T11167_ambiguous_fixity.stderr
@@ -3,14 +3,14 @@
[3 of 3] Compiling T11167_ambiguous_fixity ( T11167_ambiguous_fixity.hs, T11167_ambiguous_fixity.o )
T11167_ambiguous_fixity.hs:6:16: error: [GHC-87543]
- Ambiguous occurrence ‘foo’
+ Ambiguous occurrence ‘foo’.
It could refer to
either the field ‘foo’ of record ‘A’,
imported from ‘T11167_ambiguous_fixity_A’ at T11167_ambiguous_fixity.hs:3:1-32
- (and originally defined at T11167_ambiguous_fixity_A.hs:3:16-18)
+ (and originally defined at T11167_ambiguous_fixity_A.hs:3:16-18),
or the field ‘foo’ of record ‘C’,
imported from ‘T11167_ambiguous_fixity_A’ at T11167_ambiguous_fixity.hs:3:1-32
- (and originally defined at T11167_ambiguous_fixity_A.hs:4:16-18)
+ (and originally defined at T11167_ambiguous_fixity_A.hs:4:16-18),
or the field ‘foo’ of record ‘B’,
imported from ‘T11167_ambiguous_fixity_B’ at T11167_ambiguous_fixity.hs:4:1-32
- (and originally defined at T11167_ambiguous_fixity_B.hs:2:16-18)
+ (and originally defined at T11167_ambiguous_fixity_B.hs:2:16-18).