summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/mono.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn/should_fail/mono.stderr')
-rw-r--r--testsuite/tests/patsyn/should_fail/mono.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/patsyn/should_fail/mono.stderr b/testsuite/tests/patsyn/should_fail/mono.stderr
index 264579f91b..1b6a02ab34 100644
--- a/testsuite/tests/patsyn/should_fail/mono.stderr
+++ b/testsuite/tests/patsyn/should_fail/mono.stderr
@@ -1,12 +1,12 @@
-mono.hs:7:4: error:
+mono.hs:7:4: error: [GHC-83865]
• Couldn't match type ‘Bool’ with ‘Int’
Expected: [Bool]
Actual: [Int]
• In the pattern: Single x
In an equation for ‘f’: f (Single x) = x
-mono.hs:7:16: error:
+mono.hs:7:16: error: [GHC-83865]
• Couldn't match expected type ‘Bool’ with actual type ‘Int’
• In the expression: x
In an equation for ‘f’: f (Single x) = x