Skip to content
Snippets Groups Projects
Commit 81eeab35 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Mark FloatFnInverses as fixed

The new toolchain has fixed it.

Closes #15670.
parent a326676e
No related branches found
No related tags found
No related merge requests found
......@@ -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, [''])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment