diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-12-19 18:45:08 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-19 18:46:14 -0500 |
commit | c0c1f801f4ca26f1db68ac527341a1cf051cb7d6 (patch) | |
tree | f1b21cc1fc329f73fe509f6600de44f3d02a4a0b /libraries | |
parent | 6263e1079a2d203fbd2e668ca99c0e901fcd1548 (diff) | |
download | haskell-c0c1f801f4ca26f1db68ac527341a1cf051cb7d6.tar.gz |
Mark T8089 as unbroken since #7325 is now resolved
Diffstat (limited to 'libraries')
-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', |