summaryrefslogtreecommitdiff
path: root/testsuite/tests/arrows/should_fail
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/arrows/should_fail')
-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 }