summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/LinearSequenceExpr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/linear/should_fail/LinearSequenceExpr.stderr')
-rw-r--r--testsuite/tests/linear/should_fail/LinearSequenceExpr.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/linear/should_fail/LinearSequenceExpr.stderr b/testsuite/tests/linear/should_fail/LinearSequenceExpr.stderr
index 9c04ee212a..b6cb36f8b7 100644
--- a/testsuite/tests/linear/should_fail/LinearSequenceExpr.stderr
+++ b/testsuite/tests/linear/should_fail/LinearSequenceExpr.stderr
@@ -1,10 +1,10 @@
LinearSequenceExpr.hs:7:3: error: [GHC-18872]
- • Couldn't match type ‘'Many’ with ‘'One’
+ • Couldn't match type ‘Many’ with ‘One’
arising from multiplicity of ‘x’
• In an equation for ‘f’: f x y = [x .. y]
LinearSequenceExpr.hs:7:5: error: [GHC-18872]
- • Couldn't match type ‘'Many’ with ‘'One’
+ • Couldn't match type ‘Many’ with ‘One’
arising from multiplicity of ‘y’
• In an equation for ‘f’: f x y = [x .. y]