summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/PatBind3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/PatBind3.stderr')
-rw-r--r--testsuite/tests/partial-sigs/should_fail/PatBind3.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/PatBind3.stderr b/testsuite/tests/partial-sigs/should_fail/PatBind3.stderr
index a1a1295b12..350da8f644 100644
--- a/testsuite/tests/partial-sigs/should_fail/PatBind3.stderr
+++ b/testsuite/tests/partial-sigs/should_fail/PatBind3.stderr
@@ -1,5 +1,5 @@
-PatBind3.hs:6:17: error:
+PatBind3.hs:6:17: error: [GHC-83865]
• Couldn't match type ‘(Bool, w)’ with ‘Char’
Expected: (Bool, w) -> Char
Actual: (Bool, w) -> (Bool, w)