diff options
-rw-r--r-- | libraries/base/tests/all.T | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index a9aee1ed76..6899e40ff0 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -190,9 +190,7 @@ test('T9681', normal, compile_fail, ['']) # make an educated guess how long it needs to be guaranteed to reach the C # call." test('T8089', - [exit_code(99), run_timeout_multiplier(0.01), - when(opsys('mingw32'), - expect_broken_for(7325, ['normal', 'hpc', 'optasm', 'profasm']))], + [exit_code(99), run_timeout_multiplier(0.01)], compile_and_run, ['']) test('T9826',normal, compile_and_run,['']) test('T9848', |