summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T17697.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/printer/T17697.stderr')
-rw-r--r--testsuite/tests/printer/T17697.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/printer/T17697.stderr b/testsuite/tests/printer/T17697.stderr
index cdd9e7fc29..f7b63dae40 100644
--- a/testsuite/tests/printer/T17697.stderr
+++ b/testsuite/tests/printer/T17697.stderr
@@ -1,7 +1,7 @@
-T17697.hs:6:5: warning: [-Wdeferred-out-of-scope-variables (in -Wdefault)]
+T17697.hs:6:5: warning: [GHC-88464] [-Wdeferred-out-of-scope-variables (in -Wdefault)]
Variable not in scope: threadDelay :: t0 -> IO a0
-T17697.hs:6:5: warning: [-Wunused-do-bind (in -Wall)]
+T17697.hs:6:5: warning: [GHC-81995] [-Wunused-do-bind (in -Wall)]
A do-notation statement discarded a result of type ‘GHC.Types.Any’
Suggested fix: Suppress this warning by saying ‘_ <- threadDelay 1’