Skip to content

Commit 26fc749

Browse files
Update Lib/test/test_random.py
Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent 00fd256 commit 26fc749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ def test_gauss(self):
380380
self.assertEqual(x1, x2)
381381
self.assertEqual(y1, y2)
382382

383+
@support.requires_IEEE_754
383384
def test_53_bits_per_float(self):
384-
# This should pass whenever a C double has 53 bit precision.
385385
span = 2 ** 53
386386
cum = 0
387387
for i in range(100):

0 commit comments

Comments
 (0)