8000 + add missing (?) raise · python/cpython@7f9b4d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f9b4d0

Browse files
committed
+ add missing (?) raise
1 parent 7849c66 commit 7f9b4d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def test_exc(formatstr, args, exception, excmsg):
8282
else:
8383
if verbose: print('no')
8484
print('Unexpected ', exception, ':', repr(str(exc)))
85+
raise
8586
except:
8687
if verbose: print('no')
8788
print('Unexpected exception')

0 commit comments

Comments
 (0)
0