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/ghci.debugger | |
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/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T index 28089a2727..359f0f981d 100644 --- a/testsuite/tests/ghci.debugger/scripts/all.T +++ b/testsuite/tests/ghci.debugger/scripts/all.T @@ -37,7 +37,7 @@ test('print034', normal, ghci_script, ['print034.script']) test('print035', [extra_clean(['../Unboxed.hi', '../Unboxed.o'])], ghci_script, ['print035.script']) -test('print036', when(compiler_ge('ghc','7.8'), expect_broken(9046)), ghci_script, ['print036.script']) +test('print036', expect_broken(9046), ghci_script, ['print036.script']) test('break001', normal, ghci_script, ['break001.script']) test('break002', normal, ghci_script, ['break002.script']) |