diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-23 12:15:16 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-23 12:17:18 +0100 |
commit | 8ce3516b450b458473a12a7470f95c861aaa5ad5 (patch) | |
tree | 812fe98b027811712687b04cf9a084fea0f95c0e /testsuite/tests/ghci | |
parent | 59d86a3a69b54497817ec1a566178913970195a2 (diff) | |
download | haskell-8ce3516b450b458473a12a7470f95c861aaa5ad5.tar.gz |
Error message wibbles
Diffstat (limited to 'testsuite/tests/ghci')
-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 b8c47887e4..9a09c81870 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 |