summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T3263-1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/T3263-1.stderr')
-rw-r--r--testsuite/tests/deSugar/should_compile/T3263-1.stderr6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/deSugar/should_compile/T3263-1.stderr b/testsuite/tests/deSugar/should_compile/T3263-1.stderr
index a50f8933aa..acc59ab3cd 100644
--- a/testsuite/tests/deSugar/should_compile/T3263-1.stderr
+++ b/testsuite/tests/deSugar/should_compile/T3263-1.stderr
@@ -1,8 +1,10 @@
T3263-1.hs:25:3: warning: [-Wunused-do-bind (in -Wall)]
A do-notation statement discarded a result of type ‘Int’
- Suppress this warning by saying ‘_ <- nonNullM’
+ Suggested fix:
+ Suppress this warning by saying ‘_ <- nonNullM’
T3263-1.hs:35:3: warning: [-Wunused-do-bind (in -Wall)]
A do-notation statement discarded a result of type ‘Int’
- Suppress this warning by saying ‘_ <- nonNullM’
+ Suggested fix:
+ Suppress this warning by saying ‘_ <- nonNullM’