summaryrefslogtreecommitdiff
path: root/testsuite/tests/arrows
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-07-17 16:39:51 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-07-17 16:39:51 +0100
commit436630fb433413c9ff6f9b053594021a598cb2e6 (patch)
tree96f458b32a293be2f8ff403292dcca919cb37b17 /testsuite/tests/arrows
parent51e5586dfd5a0e87ff9e4263a0ee91e90724d764 (diff)
downloadhaskell-436630fb433413c9ff6f9b053594021a598cb2e6.tar.gz
Wibbles to error output
Diffstat (limited to 'testsuite/tests/arrows')
-rw-r--r--testsuite/tests/arrows/should_fail/T2111.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/arrows/should_fail/T2111.stderr b/testsuite/tests/arrows/should_fail/T2111.stderr
index 73f5dad967..c6cd8a7daa 100644
--- a/testsuite/tests/arrows/should_fail/T2111.stderr
+++ b/testsuite/tests/arrows/should_fail/T2111.stderr
@@ -4,7 +4,7 @@ T2111.hs:6:23:
undefined -< x
was found where an expression was expected
In a stmt of a 'do' block: x <- undefined -< x
- In a stmt of a 'do' block: rec {x <- undefined -< x}
+ In a stmt of a 'do' block: rec { x <- undefined -< x }
In the expression:
- do { rec {x <- undefined -< x};
+ do { rec { x <- undefined -< x };
undefined -< x }