summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T3263-1.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-06-12 08:38:24 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-06-12 08:38:24 +0100
commitc5c9026dbf56002130a957f79ebded34e3ae8f29 (patch)
treed460940404b4c65a164a3a0788a931c430f5ed3f /testsuite/tests/deSugar/should_compile/T3263-1.stderr
parentba5c1e9d7ee5bc6079b86fd39ef834081e77345d (diff)
downloadhaskell-c5c9026dbf56002130a957f79ebded34e3ae8f29.tar.gz
Update test output for mdo changes (Trac #4148)
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",