diff options
-rw-r--r-- | testsuite/tests/numeric/should_run/all.T | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T index 9d996db005..295e81892a 100644 --- a/testsuite/tests/numeric/should_run/all.T +++ b/testsuite/tests/numeric/should_run/all.T @@ -20,9 +20,7 @@ test('arith008', normal, compile_and_run, [opts]) test('arith009', normal, compile_and_run, ['']) test('arith010', normal, compile_and_run, ['']) -test('arith011', - when(have_library("integer-simple"), expect_broken(16091)), - compile_and_run, ['']) +test('arith011', normal, compile_and_run, ['']) test('arith012', normal, compile_and_run, [opts]) |