summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail/NFSMixed.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/overloadedrecflds/should_fail/NFSMixed.stderr')
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/NFSMixed.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_fail/NFSMixed.stderr b/testsuite/tests/overloadedrecflds/should_fail/NFSMixed.stderr
index b569125c4a..0419feb764 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/NFSMixed.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/NFSMixed.stderr
@@ -2,10 +2,10 @@
NFSMixed.hs:5:18: error:
Ambiguous occurrence ‘foo’
It could refer to
- either the field ‘foo’,
+ either the field ‘foo’ of record ‘Foo’,
imported from ‘NFSMixedA’ at NFSMixed.hs:3:1-16
(and originally defined at NFSMixedA.hs:4:18-20)
- or the field ‘foo’,
+ or the field ‘foo’ of record ‘Bar’,
imported from ‘NFSMixedA’ at NFSMixed.hs:3:1-16
(and originally defined at NFSMixedA.hs:5:18-20)
or ‘NFSMixedA.foo’,