summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-06 10:30:45 -0500
committerBen Gamari <ben@smart-cactus.org>2022-03-30 22:23:58 -0400
commiteb25f0bcc32e51e377a769639bbe25ce31be7f20 (patch)
tree108ad6b06f6e8033a4ed29089a6b556231251c88
parent569cf8d8b6d47e73ba6612afc48cf33612da766b (diff)
downloadhaskell-eb25f0bcc32e51e377a769639bbe25ce31be7f20.tar.gz
testsuite: Mark FloatFnInverses as fixed
The new toolchain has fixed it. Closes #15670.
-rw-r--r--testsuite/tests/numeric/should_run/all.T3
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, [''])