summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/records-exquant.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn/should_fail/records-exquant.stderr')
-rw-r--r--testsuite/tests/patsyn/should_fail/records-exquant.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/tests/patsyn/should_fail/records-exquant.stderr b/testsuite/tests/patsyn/should_fail/records-exquant.stderr
index b5c3fddcc3..2f3a0f508b 100644
--- a/testsuite/tests/patsyn/should_fail/records-exquant.stderr
+++ b/testsuite/tests/patsyn/should_fail/records-exquant.stderr
@@ -4,8 +4,3 @@ records-exquant.hs:8:7: error:
• In the expression: a (Showable True)
In an equation for ‘qux’: qux = a (Showable True)
Suggested fix: Use pattern-matching syntax instead
-
-records-exquant.hs:10:7: error:
- • Record update for insufficiently polymorphic field: a :: a
- • In the expression: (Showable ()) {a = True}
- In an equation for ‘foo’: foo = (Showable ()) {a = True}