Skip to content

Commit 412dfa9

Browse files
committed
Rename test_random() to test_fma_random()
1 parent a144a7a commit 412dfa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2787,7 +2787,7 @@ def test_fma_single_round(self):
27872787
self.assertEqual(math.fma(a - 1.0, a + 1.0, 1.0), a*a)
27882788

27892789
@support.skip_on_newlib
2790-
def test_random(self):
2790+
def test_fma_random(self):
27912791
# A collection of randomly generated inputs for which the naive FMA
27922792
# (with two rounds) gives a different result from a singly-rounded FMA.
27932793

0 commit comments

Comments
 (0)