Skip to content

Commit f5bddb5

Browse files
committed
Use the unversioned gcc doc link
1 parent fbe2091 commit f5bddb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ def test_half_float(self):
944944

945945
# Skip NaN encoding checks for MIPS because `math.nan` changes its value
946946
# depending on toolchain settings. See:
947-
# https://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/MIPS-Options.html#index-mnan_003d2008
947+
# https://gcc.gnu.org/onlinedocs/gcc/MIPS-Options.html#index-mnan_003d2008
948948
if not platform.machine().startswith('mips'):
949949
packed = struct.pack('<e', math.nan)
950950
self.assertEqual(packed[1] & 0x7e, expected)

0 commit comments

Comments
 (0)