summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T3263.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T3263.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T3263.stderr5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/T3263.stderr b/testsuite/tests/ghci/scripts/T3263.stderr
index dd72b3f31b..62bbf0523a 100644
--- a/testsuite/tests/ghci/scripts/T3263.stderr
+++ b/testsuite/tests/ghci/scripts/T3263.stderr
@@ -1,5 +1,4 @@
-T3263.hs:8:12: warning: [-Wunused-do-bind (in -Wall)]
+T3263.hs:8:12: warning: [GHC-81995] [-Wunused-do-bind (in -Wall)]
A do-notation statement discarded a result of type ‘Char’
- Suggested fix:
- Suppress this warning by saying ‘_ <- getChar’
+ Suggested fix: Suppress this warning by saying ‘_ <- getChar’