summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail104.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail104.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail104.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail104.stderr b/testsuite/tests/typecheck/should_fail/tcfail104.stderr
index 3645423c0a..3929f63aa4 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail104.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail104.stderr
@@ -1,5 +1,5 @@
-tcfail104.hs:16:12: error:
+tcfail104.hs:16:12: error: [GHC-83865]
• Couldn't match type: Char -> Char
with: forall a. a -> a
Expected: (forall a. a -> a) -> Char -> Char
@@ -12,7 +12,7 @@ tcfail104.hs:16:12: error:
= (if v then (\ (x :: forall a. a -> a) -> x) else (\ x -> x))
id 'c'
-tcfail104.hs:22:12: error:
+tcfail104.hs:22:12: error: [GHC-83865]
• Couldn't match type: forall a. a -> a
with: Char -> Char
Expected: (Char -> Char) -> Char -> Char