summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T16376.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T16376.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T16376.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T16376.stderr b/testsuite/tests/ghci/scripts/T16376.stderr
index 7b34531569..8bf27a8626 100644
--- a/testsuite/tests/ghci/scripts/T16376.stderr
+++ b/testsuite/tests/ghci/scripts/T16376.stderr
@@ -1,11 +1,11 @@
-<interactive>:1:5: error:
+<interactive>:1:5: error: [GHC-83865]
• Expecting one more argument to ‘Maybe’
Expected a type, but ‘Maybe’ has kind ‘* -> *’
• In the type ‘Maybe’
In the expression: id @Maybe
-<interactive>:1:5: error:
+<interactive>:1:5: error: [GHC-83865]
• Expecting one more argument to ‘Maybe’
Expected a type, but ‘Maybe’ has kind ‘* -> *’
• In the first argument of ‘Id’, namely ‘Maybe’