diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-12-26 10:05:47 -0500 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2018-12-27 14:21:13 -0500 |
commit | 3748284196d5c68632b6b177c68080a269a9b423 (patch) | |
tree | 07fe67bfe2dc536a93f2abb5c84dc823a21bdce1 | |
parent | bbea972149882b4f5f6b0a1691488a519ba6aaf9 (diff) | |
download | haskell-3748284196d5c68632b6b177c68080a269a9b423.tar.gz |
arith011 is no longer broken with integer-simple
-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]) |