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.stderr3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/deSugar/should_compile/T3263-1.stderr b/testsuite/tests/deSugar/should_compile/T3263-1.stderr
index ac21515daf..6f3a280214 100644
--- a/testsuite/tests/deSugar/should_compile/T3263-1.stderr
+++ b/testsuite/tests/deSugar/should_compile/T3263-1.stderr
@@ -1,7 +1,4 @@
-on the commandline:
- Warning: -XRecursiveDo is deprecated: use -XDoRec or pragma {-# LANGUAGE DoRec #-} instead
-
T3263-1.hs:25:3:
Warning: A do-notation statement discarded a result of type Int.
Suppress this warning by saying "_ <- nonNullM",