summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9140.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T9140.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T9140.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T9140.stdout b/testsuite/tests/ghci/scripts/T9140.stdout
index dbaa905b6f..29219a2312 100644
--- a/testsuite/tests/ghci/scripts/T9140.stdout
+++ b/testsuite/tests/ghci/scripts/T9140.stdout
@@ -7,6 +7,6 @@
You can't mix polymorphic and unlifted bindings: a = (# 1, 3 #)
Suggested fix: Add a type signature.
-<interactive>:1:1: error:
+<interactive>:1:1: error: [GHC-17999]
GHCi can't bind a variable of unlifted type:
a :: (# Integer, Integer #)