summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/LinearRecordUpdate.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/linear/should_fail/LinearRecordUpdate.stderr')
-rw-r--r--testsuite/tests/linear/should_fail/LinearRecordUpdate.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/linear/should_fail/LinearRecordUpdate.stderr b/testsuite/tests/linear/should_fail/LinearRecordUpdate.stderr
new file mode 100644
index 0000000000..aa32a9db68
--- /dev/null
+++ b/testsuite/tests/linear/should_fail/LinearRecordUpdate.stderr
@@ -0,0 +1,5 @@
+
+LinearRecordUpdate.hs:8:12: error:
+ • Couldn't match type ‘'Many’ with ‘'One’
+ arising from multiplicity of ‘r’
+ • In an equation for ‘shouldFail’: shouldFail r = r {y = False}