Skip to content

Commit fbe2091

Browse files
committed
Remove redundant comments
1 parent 0bbf71e commit fbe2091

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_struct.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,6 @@ 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://en.wikipedia.org/wiki/NaN#Encoding
948947
# https://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/MIPS-Options.html#index-mnan_003d2008
949948
if not platform.machine().startswith('mips'):
950949
packed = struct.pack('<e', math.nan)

0 commit comments

Comments
 (0)