summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail207.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail207.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail207.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail207.stderr b/testsuite/tests/typecheck/should_fail/tcfail207.stderr
index eb6fb1db15..65f2288d88 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail207.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail207.stderr
@@ -1,12 +1,12 @@
-tcfail207.hs:5:7: error:
+tcfail207.hs:5:7: error: [GHC-83865]
• Couldn't match expected type: [Int] -> [Int]
with actual type: [a1]
• Possible cause: ‘take’ is applied to too many arguments
In the expression: take x []
In an equation for ‘f’: f x = take x []
-tcfail207.hs:9:5: error:
+tcfail207.hs:9:5: error: [GHC-83865]
• Couldn't match expected type: [Int]
with actual type: [a0] -> [a0]
• Probable cause: ‘take’ is applied to too few arguments