diff options
Diffstat (limited to 'testsuite/tests/array')
-rw-r--r-- | testsuite/tests/array/should_run/all.T | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/array/should_run/all.T b/testsuite/tests/array/should_run/all.T index a0cfc6be35..6b5500700e 100644 --- a/testsuite/tests/array/should_run/all.T +++ b/testsuite/tests/array/should_run/all.T @@ -6,12 +6,12 @@ test('arr001', when(fast(), skip), compile_and_run, ['']) test('arr002', when(fast(), skip), compile_and_run, ['']) -test('arr003', compose(when(fast(), skip),exit_code(1)), compile_and_run, ['']) -test('arr004', compose(when(fast(), skip),exit_code(1)), compile_and_run, ['']) +test('arr003', [when(fast(), skip),exit_code(1)], compile_and_run, ['']) +test('arr004', [when(fast(), skip),exit_code(1)], compile_and_run, ['']) test('arr005', when(fast(), skip), compile_and_run, ['']) test('arr006', when(fast(), skip), compile_and_run, ['']) -test('arr007', compose(when(fast(), skip),exit_code(1)), compile_and_run, ['']) -test('arr008', compose(when(fast(), skip),exit_code(1)), compile_and_run, ['']) +test('arr007', [when(fast(), skip),exit_code(1)], compile_and_run, ['']) +test('arr008', [when(fast(), skip),exit_code(1)], compile_and_run, ['']) test('arr009', when(fast(), skip), compile_and_run, ['']) test('arr010', when(fast(), skip), compile_and_run, ['']) test('arr011', when(fast(), skip), compile_and_run, ['']) |