summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile
diff options
context:
space:
mode:
authorDave Laing <dave.laing.80@gmail.com>2015-04-02 18:51:46 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-04-02 18:58:19 +0200
commitafcfb62b748c41d31b8c8e3ef7f623fa00a1cfd2 (patch)
tree6ad9012fc934df998cbfa20d8371ea7ddfc6aec0 /testsuite/tests/warnings/should_compile
parent4c1e1c870e294990a44d8d6837742fb0d00f5456 (diff)
downloadhaskell-afcfb62b748c41d31b8c8e3ef7f623fa00a1cfd2.tar.gz
Change 'Tab character' warnings so there is one per file (#9723)
Reviewed By: nomeata, thomie Differential Revision: https://phabricator.haskell.org/D760 Signed-off-by: Dave Laing <dave.laing.80@gmail.com>
Diffstat (limited to 'testsuite/tests/warnings/should_compile')
-rw-r--r--testsuite/tests/warnings/should_compile/T9230.stderr4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/warnings/should_compile/T9230.stderr b/testsuite/tests/warnings/should_compile/T9230.stderr
index 09e1f647ed..2c7cee0c55 100644
--- a/testsuite/tests/warnings/should_compile/T9230.stderr
+++ b/testsuite/tests/warnings/should_compile/T9230.stderr
@@ -1,2 +1,4 @@
-T9230.hs:5:1: Warning: Tab character
+T9230.hs:5:1: Warning:
+ Tab character found here.
+ Please use spaces instead.