summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/mdo
diff options
context:
space:
mode:
authorsimonpj <simonpj@microsoft.com>2009-07-23 15:25:56 +0000
committersimonpj <simonpj@microsoft.com>2009-07-23 15:25:56 +0000
commit6b871ea10089869313b1c7a550e845281cc5d7d0 (patch)
treed018637adeb582a50fb91f48ec7e20fb36e0bb95 /testsuite/tests/ghc-regress/mdo
parentf86adf0819de6b4dc067188e71f81fa4660e386f (diff)
downloadhaskell-6b871ea10089869313b1c7a550e845281cc5d7d0.tar.gz
Follow output changes (braces in do-notation)
Diffstat (limited to 'testsuite/tests/ghc-regress/mdo')
-rw-r--r--testsuite/tests/ghc-regress/mdo/should_fail/mdofail004.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-regress/mdo/should_fail/mdofail004.stderr b/testsuite/tests/ghc-regress/mdo/should_fail/mdofail004.stderr
index 45f11e8b53..a8ed1c5c8d 100644
--- a/testsuite/tests/ghc-regress/mdo/should_fail/mdofail004.stderr
+++ b/testsuite/tests/ghc-regress/mdo/should_fail/mdofail004.stderr
@@ -3,5 +3,5 @@ mdofail004.hs:17:4:
No instance for (MonadFix X)
arising from a do statement at mdofail004.hs:17:4-23
Possible fix: add an instance declaration for (MonadFix X)
- In the expression: mdo return [1, 2, ....]
- In the definition of `z': z = mdo return [1, ....]
+ In the expression: mdo { return [1, 2, ....] }
+ In the definition of `z': z = mdo { return [1, ....] }