Skip to content

Commit 9b59294

Browse files
committed
fixup
1 parent 5bf4b12 commit 9b59294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_lltrace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def test_lltrace_different_module(self):
7373
self.assertIn('LOAD_CONST', stdout)
7474
self.assertIn('FOR_ITER', stdout)
7575
self.assertIn('this is an example', stdout)
76+
7677
# check that offsets match the output of dis.dis()
7778
instr_map = {i.offset: i for i in dis.get_instructions(example, adaptive=True)}
7879
for line in stdout.splitlines():

0 commit comments

Comments
 (0)