Skip to content

Commit c83b64a

Browse files
committed
Revert more format test
1 parent 2b6d5dc commit c83b64a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_array.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,7 @@ def test_bytes_extend(self):
14311431
array.array(self.typecode, self.example+self.example[::-1])
14321432
)
14331433

1434+
14341435
class ByteTest(SignedNumberTest, unittest.TestCase):
14351436
typecode = 'b'
14361437
minitemsize = 1
@@ -1531,6 +1532,7 @@ def test_alloc_overflow(self):
15311532
else:
15321533
self.fail("Array of size > maxsize created - MemoryError expected")
15331534

1535+
15341536
class LargeArrayTest(unittest.TestCase):
15351537
typecode = 'b'
15361538

0 commit comments

Comments
 (0)