diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-02-06 10:30:45 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-04-06 15:18:26 -0400 |
commit | 4c3fbb4e3867d991e53813c80348a2b6bf9bdd86 (patch) | |
tree | d36ec96fb6a21f70103b3ad7563986347d2f2cf1 /testsuite/tests/numeric | |
parent | d7886c46cf7b86444b96389242818ec3e7a48948 (diff) | |
download | haskell-4c3fbb4e3867d991e53813c80348a2b6bf9bdd86.tar.gz |
testsuite: Mark FloatFnInverses as fixed
The new toolchain has fixed it.
Closes #15670.
Diffstat (limited to 'testsuite/tests/numeric')
-rw-r--r-- | testsuite/tests/numeric/should_run/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T index b0580c7e2c..68888545f8 100644 --- a/testsuite/tests/numeric/should_run/all.T +++ b/testsuite/tests/numeric/should_run/all.T @@ -41,8 +41,7 @@ test('arith018', normal, compile_and_run, ['']) test('arith019', normal, compile_and_run, ['']) test('expfloat', normal, compile_and_run, ['']) -test('FloatFnInverses', [when(opsys('mingw32'), expect_broken(15670))], - compile_and_run, ['']) +test('FloatFnInverses', normal, compile_and_run, ['']) test('T1603', skip, compile_and_run, ['']) test('T3676', expect_broken(3676), compile_and_run, ['']) |