summaryrefslogtreecommitdiff
path: root/testsuite/tests/module
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-06-03 14:55:20 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-06-09 13:24:21 +0200
commit3445947ae380967b4032233273fdb54d41bce157 (patch)
tree8a9cccd7a38836995c769f26d671e018ba9b1242 /testsuite/tests/module
parent43ebe24aed3bfb4decd958ca91313ab2773abd51 (diff)
downloadhaskell-3445947ae380967b4032233273fdb54d41bce157.tar.gz
Testsuite: delete expect_fail setups for ghc < 7.1
This makes it easier to grep for expect_fail in the tests directory. Differential Revision: https://phabricator.haskell.org/D965
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r--testsuite/tests/module/base01/all.T3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/module/base01/all.T b/testsuite/tests/module/base01/all.T
index 6fa3e5c377..1d1560b20b 100644
--- a/testsuite/tests/module/base01/all.T
+++ b/testsuite/tests/module/base01/all.T
@@ -1,8 +1,7 @@
setTestOpts(only_compiler_types(['ghc']))
test('base01',
- [when(compiler_lt('ghc', '7.1'), expect_fail),
- normalise_slashes,
+ [normalise_slashes,
clean_cmd('$MAKE -s clean')],
run_command,
['$MAKE -s base01 --no-print-directory'])