]> granicus.if.org Git - python/commitdiff
wrap
authorBenjamin Peterson <benjamin@python.org>
Fri, 9 Jul 2010 13:31:11 +0000 (13:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 9 Jul 2010 13:31:11 +0000 (13:31 +0000)
Lib/test/test_struct.py

index 96efa7350a5ff91969d4d4b5164d6a77834b94fc..7cde5903af583882dad1117b556604a523801da1 100644 (file)
@@ -446,7 +446,8 @@ class StructTest(unittest.TestCase):
 
         # Test bogus offset (issue 3694)
         sb = small_buf
-        self.assertRaises((TypeError, struct.error), struct.pack_into, b'', sb, None)
+        self.assertRaises((TypeError, struct.error), struct.pack_into, b'', sb,
+                          None)
 
     def test_pack_into_fn(self):
         test_string = b'Reykjavik rocks, eow!'