Skip to content

Commit 3ea8fe4

Browse files
authored
fix stray change
1 parent fdc8bdf commit 3ea8fe4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,6 +1954,7 @@ def test_exec_set_nomemory_hang(self):
19541954
self.assertGreater(len(output), 0) # At minimum, should not hang
19551955
self.assertIn(b"MemoryError", output)
19561956

1957+
19571958
class NameErrorTests(unittest.TestCase):
19581959
def test_name_error_has_name(self):
19591960
try:

0 commit comments

Comments
 (0)