summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/records-poly-update.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn/should_fail/records-poly-update.stderr')
-rw-r--r--testsuite/tests/patsyn/should_fail/records-poly-update.stderr6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/patsyn/should_fail/records-poly-update.stderr b/testsuite/tests/patsyn/should_fail/records-poly-update.stderr
deleted file mode 100644
index 44bee9b2c3..0000000000
--- a/testsuite/tests/patsyn/should_fail/records-poly-update.stderr
+++ /dev/null
@@ -1,6 +0,0 @@
-
-records-poly-update.hs:11:14: error:
- • Couldn't match expected type ‘Bool’ with actual type ‘A’
- • In the ‘j’ field of a record
- In the expression: p1 {j = A}
- In an equation for ‘p6’: p6 = p1 {j = A}