Skip to content

Commit b9af102

Browse files
committed
fix: empty line drop
Signed-off-by: yihong0618 <[email protected]>
1 parent d664393 commit b9af102

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ def testMemoryErrorBigSource(self, size):
342342
with self.assertRaisesRegex(OverflowError, "Parser column offset overflow"):
343343
compile(src, '<fragment>', 'exec')
344344

345-
346345
@cpython_only
347346
def testSettingException(self):
348347
# test that setting an exception at the C level works even if the

0 commit comments

Comments
 (0)