summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11698.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T11698.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T11698.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T11698.stderr b/testsuite/tests/typecheck/should_fail/T11698.stderr
index 4f2cf8e717..3a10a9f251 100644
--- a/testsuite/tests/typecheck/should_fail/T11698.stderr
+++ b/testsuite/tests/typecheck/should_fail/T11698.stderr
@@ -1,7 +1,6 @@
-T11698.hs:4:17: error:
+T11698.hs:4:17: error: [GHC-83865]
• Couldn't match expected type ‘Char’ with actual type ‘Bool’
• In the first argument of ‘k’, namely ‘True’
In the expression: k True
In the expression: (k 'v', k True)
-