summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/too-many.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/too-many.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/too-many.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/too-many.stderr b/testsuite/tests/typecheck/should_fail/too-many.stderr
index 01e50050ff..958e0933e1 100644
--- a/testsuite/tests/typecheck/should_fail/too-many.stderr
+++ b/testsuite/tests/typecheck/should_fail/too-many.stderr
@@ -1,5 +1,5 @@
-too-many.hs:9:11: error:
+too-many.hs:9:11: error: [GHC-83865]
• Couldn't match type ‘Bool’ with ‘Int -> Bool’
Expected: Int -> Int -> Bool
Actual: Int -> Bool
@@ -8,7 +8,7 @@ too-many.hs:9:11: error:
In the expression: foo (f1 2 3)
In an equation for ‘g1’: g1 = foo (f1 2 3)
-too-many.hs:16:11: error:
+too-many.hs:16:11: error: [GHC-83865]
• Couldn't match expected type ‘Int -> Int -> Bool’
with actual type ‘Bool’
• In the first argument of ‘foo’, namely ‘(f2 2)’