From 436630fb433413c9ff6f9b053594021a598cb2e6 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Tue, 17 Jul 2012 16:39:51 +0100 Subject: Wibbles to error output --- testsuite/tests/arrows/should_fail/T2111.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/tests/arrows/should_fail') 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 } -- cgit v1.2.1