From 8e88ef36f4915930fd33b993f81d2a4c1e7b2b2d Mon Sep 17 00:00:00 2001 From: Carrie Xu Date: Sat, 9 Oct 2021 22:49:21 +0800 Subject: Change affected tests stderr --- testsuite/tests/ghci/prog011/prog011.stderr | 4 +++- .../tests/parser/should_fail/NondecreasingIndentationFail.stderr | 9 ++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'testsuite') diff --git a/testsuite/tests/ghci/prog011/prog011.stderr b/testsuite/tests/ghci/prog011/prog011.stderr index 68c310dcf5..328fa16192 100644 --- a/testsuite/tests/ghci/prog011/prog011.stderr +++ b/testsuite/tests/ghci/prog011/prog011.stderr @@ -1,2 +1,4 @@ -prog011.hx:14:22: error: Empty 'do' block +prog011.hx:14:22: error: + Empty 'do' block + Suggested fix: Perhaps you intended to use NondecreasingIndentation diff --git a/testsuite/tests/parser/should_fail/NondecreasingIndentationFail.stderr b/testsuite/tests/parser/should_fail/NondecreasingIndentationFail.stderr index c9ccd3ea53..38c3a4cdad 100644 --- a/testsuite/tests/parser/should_fail/NondecreasingIndentationFail.stderr +++ b/testsuite/tests/parser/should_fail/NondecreasingIndentationFail.stderr @@ -1,4 +1,7 @@ -NondecreasingIndentationFail.hs:7:28: Empty 'do' block - -NondecreasingIndentationFail.hs:9:28: Empty 'do' block +NondecreasingIndentationFail.hs:7:28: + Empty 'do' block + Suggested fix: Perhaps you intended to use NondecreasingIndentation +NondecreasingIndentationFail.hs:9:28: + Empty 'do' block + Suggested fix: Perhaps you intended to use NondecreasingIndentation -- cgit v1.2.1