summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile
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/tests/rename/should_compile
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/tests/rename/should_compile')
-rw-r--r--testsuite/tests/rename/should_compile/timing002.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/timing002.hs b/testsuite/tests/rename/should_compile/timing002.hs
index f81b026a67..c161e74687 100644
--- a/testsuite/tests/rename/should_compile/timing002.hs
+++ b/testsuite/tests/rename/should_compile/timing002.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS_GHC -Wno-tabs #-}
-- !!! 500 defns chained together with "where"s
module Main(main) where