diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-16 14:17:35 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-17 15:04:18 +0100 |
commit | 6f25fb32d16f716c8e0da4ba950f2ff90b272108 (patch) | |
tree | dc58e16bb26de5261885c995083763eb81274415 /testsuite/tests/rebindable | |
parent | 2b906af0dab01c30c28792d39161e01449b85cb0 (diff) | |
download | haskell-6f25fb32d16f716c8e0da4ba950f2ff90b272108.tar.gz |
Testsuite: delete compiler_lt/le/gt/ge setup functions
Since we're not consisently keeping track of which tests should pass
with which compiler versions, there is no point in keeping these
functions.
Update submodules containers, hpc and stm.
Diffstat (limited to 'testsuite/tests/rebindable')
-rw-r--r-- | testsuite/tests/rebindable/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rebindable/all.T b/testsuite/tests/rebindable/all.T index 3ca873e284..b42f884055 100644 --- a/testsuite/tests/rebindable/all.T +++ b/testsuite/tests/rebindable/all.T @@ -31,4 +31,4 @@ test('T4851', normal, compile, ['']) test('T5908', normal, compile, ['']) test('T10112', normal, compile, ['']) -test('T11216', [expect_broken(11216)], compile, [''])
\ No newline at end of file +test('T11216', [expect_broken(11216)], compile, ['']) |