diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-06-03 14:55:20 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-06-09 13:24:21 +0200 |
commit | 3445947ae380967b4032233273fdb54d41bce157 (patch) | |
tree | 8a9cccd7a38836995c769f26d671e018ba9b1242 /testsuite/tests/rename | |
parent | 43ebe24aed3bfb4decd958ca91313ab2773abd51 (diff) | |
download | haskell-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/rename')
-rw-r--r-- | testsuite/tests/rename/should_compile/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T index aa29c43f65..4bd4e0aa68 100644 --- a/testsuite/tests/rename/should_compile/all.T +++ b/testsuite/tests/rename/should_compile/all.T @@ -169,7 +169,7 @@ test('T4240', ['$MAKE -s --no-print-directory T4240']) test('T4489', normal, compile, ['']) -test('T4478', when(compiler_lt('ghc', '7.1'), expect_fail), compile, ['']) +test('T4478', normal, compile, ['']) test('T4534', normal, compile, ['']) test('mc09', normal, compile, ['']) |