summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/all.T
diff options
context:
space:
mode:
authorMateusz Lenik <mlen@mlen.pl>2014-10-21 15:34:00 -0500
committerAustin Seipp <austin@well-typed.com>2014-10-21 15:36:14 -0500
commit972ba1210d1bb535c41526ce396c0f086d30b59a (patch)
treea6b4531b00c8cfa98ef0e12ecbbbfc181abffbc7 /testsuite/tests/module/all.T
parent69f63612fc17cd6b3baaa8898c8595bde304ebfb (diff)
downloadhaskell-972ba1210d1bb535c41526ce396c0f086d30b59a.tar.gz
Enabled warn on tabs by default (fixes #9230)
Summary: This revision enables -fwarn-tabs by default and add a suppression flag, so that GHC compilation won't fail when some files contain tab characters. Test Plan: Additional test case, T9230, was added to cover that change. Reviewers: austin Reviewed By: austin Subscribers: simonmar, ezyang, carter, thomie, mlen Differential Revision: https://phabricator.haskell.org/D255 GHC Trac Issues: #9230 Conflicts: testsuite/driver/testlib.py
Diffstat (limited to 'testsuite/tests/module/all.T')
-rw-r--r--testsuite/tests/module/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/module/all.T b/testsuite/tests/module/all.T
index cb5ce2fe8d..c91d30c7b4 100644
--- a/testsuite/tests/module/all.T
+++ b/testsuite/tests/module/all.T
@@ -309,7 +309,7 @@ test('mod170', extra_clean(['Mod170_A.hi', 'Mod170_A.o']),
test('mod171', extra_clean(['Mod171_A.hi', 'Mod171_A.o', 'Mod171_B.hi', 'Mod171_B.o']),
- multimod_compile, ['mod171', '-v0 -Wall'])
+ multimod_compile, ['mod171', '-v0 -Wall -fno-warn-tabs'])
test('mod172', extra_clean(['Mod172_B.hi', 'Mod172_B.o', 'Mod172_C.hi', 'Mod172_C.o']),