summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8428.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T8428.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T8428.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T8428.stderr b/testsuite/tests/typecheck/should_fail/T8428.stderr
index 2668bb45fd..b3c705091f 100644
--- a/testsuite/tests/typecheck/should_fail/T8428.stderr
+++ b/testsuite/tests/typecheck/should_fail/T8428.stderr
@@ -1,5 +1,5 @@
-T8428.hs:11:19: error:
+T8428.hs:11:19: error: [GHC-83865]
• Couldn't match type: (forall s. ST s) a
with: forall s. ST s a
Expected: IdentityT (forall s. ST s) a -> forall s. ST s a