diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T3263.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/T3263.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T3263.stderr b/testsuite/tests/ghci/scripts/T3263.stderr index 9a09c81870..737f0bbcaa 100644 --- a/testsuite/tests/ghci/scripts/T3263.stderr +++ b/testsuite/tests/ghci/scripts/T3263.stderr @@ -1,5 +1,5 @@ T3263.hs:8:12: Warning: - A do-notation statement discarded a result of type ‛Char’ - Suppress this warning by saying ‛_ <- getChar’ + A do-notation statement discarded a result of type ‘Char’ + Suppress this warning by saying ‘_ <- getChar’ or by using the flag -fno-warn-unused-do-bind |