diff options
Diffstat (limited to 'testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr')
-rw-r--r-- | testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr | 12 |
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 a2a4428b0b..462b00416c 100644 --- a/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr +++ b/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr @@ -2,10 +2,10 @@ T13132_duplicaterecflds.hs:7:16: error: Ambiguous occurrence ‘runContT’ It could refer to - either the field ‘runContT’ of record ‘ContT2’, - defined at T13132_duplicaterecflds.hs:5:33 - or the field ‘runContT’ of record ‘ContT’, + either the field ‘runContT’ of record ‘ContT’, defined at T13132_duplicaterecflds.hs:4:31 + or the field ‘runContT’ of record ‘ContT2’, + defined at T13132_duplicaterecflds.hs:5:33 T13132_duplicaterecflds.hs:9:11: error: The operator ‘runContT’ [infixl 9] of a section @@ -16,7 +16,7 @@ T13132_duplicaterecflds.hs:9:11: error: T13132_duplicaterecflds.hs:9:12: error: Ambiguous occurrence ‘runContT’ It could refer to - either the field ‘runContT’ of record ‘ContT2’, - defined at T13132_duplicaterecflds.hs:5:33 - or the field ‘runContT’ of record ‘ContT’, + either the field ‘runContT’ of record ‘ContT’, defined at T13132_duplicaterecflds.hs:4:31 + or the field ‘runContT’ of record ‘ContT2’, + defined at T13132_duplicaterecflds.hs:5:33 |