summaryrefslogtreecommitdiff
path: root/testsuite/mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-18 23:28:26 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-20 16:22:07 +0200
commit135fc86c54626e8fc843eca0a437bee878315949 (patch)
tree9fb6d259041aa56f31432e766e48ed7f8961ce4e /testsuite/mk
parent82f7f1820a175e7e07cbac0ab6d5a9ecddc8acc0 (diff)
downloadhaskell-135fc86c54626e8fc843eca0a437bee878315949.tar.gz
Testsuite: remove `-Wno-warn-tabs` from default flags
This allows the removal of the override_flags stuff in testlib.py.
Diffstat (limited to 'testsuite/mk')
-rw-r--r--testsuite/mk/test.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk
index 2586e29ba7..75944eb27b 100644
--- a/testsuite/mk/test.mk
+++ b/testsuite/mk/test.mk
@@ -38,14 +38,6 @@ TEST_HC_OPTS = -dcore-lint -dcmm-lint -dno-debug-output -no-user-$(GhcPackageDbF
TEST_HC_OPTS_INTERACTIVE = $(TEST_HC_OPTS) --interactive -v0 -ignore-dot-ghci
-# The warning suppression flag below is a temporary kludge. While working with
-# tests that contain tabs, please de-tab them so this flag can be eventually
-# removed. See
-# http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces
-# for details
-#
-TEST_HC_OPTS += -fno-warn-tabs
-
ifeq "$(MinGhcVersion711)" "YES"
# Don't warn about missing specialisations. They can only occur with `-O`, but
# we want tests to produce the same output for all test ways.