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/gadt/all.T | |
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/gadt/all.T')
-rw-r--r-- | testsuite/tests/gadt/all.T | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T index 315ecb697d..cbbc0fc722 100644 --- a/testsuite/tests/gadt/all.T +++ b/testsuite/tests/gadt/all.T @@ -102,10 +102,10 @@ test('gadt25', normal, compile, ['']) test('T3651', normal, compile_fail, ['']) test('T3638', normal, compile, ['']) -test('gadtSyntax001', when(compiler_lt('ghc', '7.1'), expect_fail), compile, ['']) -test('gadtSyntaxFail001', when(compiler_lt('ghc', '7.1'), expect_fail), compile_fail, ['']) -test('gadtSyntaxFail002', when(compiler_lt('ghc', '7.1'), expect_fail), compile_fail, ['']) -test('gadtSyntaxFail003', when(compiler_lt('ghc', '7.1'), expect_fail), compile_fail, ['']) +test('gadtSyntax001', normal, compile, ['']) +test('gadtSyntaxFail001', normal, compile_fail, ['']) +test('gadtSyntaxFail002', normal, compile_fail, ['']) +test('gadtSyntaxFail003', normal, compile_fail, ['']) test('T3169', normal, compile_fail, ['']) test('T5424', extra_clean(['T5424a.hi', 'T5424a.o']), |