Skip to content

Commit 8122537

Browse files
committed
fix: test
1 parent 363c82d commit 8122537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numba_cuda/numba/cuda/tests/cudapy/test_fastmath.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ def test_nextafterf(self):
183183
self._test_fast_math_binary(
184184
nextafter,
185185
FastMathCriterion(
186-
fast_expected=["lg2.approx.ftz.f32 "], # FIX
187-
prec_unexpected=["lg2.approx.ftz.f32 "], # FIX
186+
fast_expected=[".ftz.f32 "],
187+
prec_unexpected=[".ftz.f32 "],
188188
),
189189
)
190190

0 commit comments

Comments
 (0)