summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail191.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail191.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail191.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail191.stderr b/testsuite/tests/typecheck/should_fail/tcfail191.stderr
index fd874653b0..e27fb9c736 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail191.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail191.stderr
@@ -1,5 +1,5 @@
-tcfail191.hs:11:26: error:
+tcfail191.hs:11:26: error: [GHC-25897]
• Couldn't match type ‘a’ with ‘[a]’
Expected: [a] -> [[a]]
Actual: [a] -> [a]