]> granicus.if.org Git - python/commitdiff
Undo accidental change in r79612.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 2 Apr 2010 19:28:02 +0000 (19:28 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 2 Apr 2010 19:28:02 +0000 (19:28 +0000)
Lib/test/test_float.py

index 636197a95dd87143f64c8438891cc16c2df7516b..23c0c540bf91eeb4e50422982e1f8f7e2132d35a 100644 (file)
@@ -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)