mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Undo accidental change in r79612.
This commit is contained in:
parent
1db6e103d8
commit
2cbfb2d001
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ class HexFloatTestCase(unittest.TestCase):
|
|||
self.identical(fromHex('-0X8p-1076'), -2*TINY)
|
||||
self.identical(fromHex('-0X9p-1076'), -2*TINY)
|
||||
self.identical(fromHex('-0Xap-1076'), -2*TINY)
|
||||
self.identical(fromHex('-0xbp-1076'), -4*TINY)
|
||||
self.identical(fromHex('-0xbp-1076'), -3*TINY)
|
||||
self.identical(fromHex('-0xcp-1076'), -3*TINY)
|
||||
self.identical(fromHex('-0Xdp-1076'), -3*TINY)
|
||||
self.identical(fromHex('-0xep-1076'), -4*TINY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue