diff options
author | Carrie Xu <carrie.xmy@gmail.com> | 2021-10-09 22:49:21 +0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-12 01:41:41 -0400 |
commit | 8e88ef36f4915930fd33b993f81d2a4c1e7b2b2d (patch) | |
tree | dab259179bca7abf7d217e5511497944087f6f3e /testsuite | |
parent | 58223dfacc709b6c2130b8fad466f0939d9a1043 (diff) | |
download | haskell-8e88ef36f4915930fd33b993f81d2a4c1e7b2b2d.tar.gz |
Change affected tests stderr
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghci/prog011/prog011.stderr | 4 | ||||
-rw-r--r-- | testsuite/tests/parser/should_fail/NondecreasingIndentationFail.stderr | 9 |
2 files changed, 9 insertions, 4 deletions
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 |