diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-18 23:28:26 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-20 16:22:07 +0200 |
commit | 135fc86c54626e8fc843eca0a437bee878315949 (patch) | |
tree | 9fb6d259041aa56f31432e766e48ed7f8961ce4e /testsuite/tests/ghci.debugger | |
parent | 82f7f1820a175e7e07cbac0ab6d5a9ecddc8acc0 (diff) | |
download | haskell-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/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print020.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print020.script b/testsuite/tests/ghci.debugger/scripts/print020.script index 026bb4d630..68088cf163 100644 --- a/testsuite/tests/ghci.debugger/scripts/print020.script +++ b/testsuite/tests/ghci.debugger/scripts/print020.script @@ -1,4 +1,4 @@ -:set -fno-warn-overlapping-patterns +:set -fno-warn-overlapping-patterns -Wno-tabs :l HappyTest.hs :break lexer main |