diff options
Diffstat (limited to 'testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr')
-rw-r--r-- | testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr b/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr index 391ccde4c1..a2db6ed86b 100644 --- a/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr +++ b/testsuite/tests/overloadedrecflds/should_fail/T13132_duplicaterecflds.stderr @@ -1,6 +1,6 @@ -T13132_duplicaterecflds.hs:9:11: error: - The operator ‘runContT’ [infixl 9] of a section - must have lower precedence than that of the operand, - namely ‘y’ [infixl 9] - in the section: ‘`runContT` x `y` x’ +T13132_duplicaterecflds.hs:7:16: + Ambiguous field selector occurence: runContT + +T13132_duplicaterecflds.hs:9:12: + Ambiguous field selector occurence: runContT |