Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Jul 9, 2023
1 parent 1f82a0d commit 471bae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_dis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def expected(count, w):
%*d LOAD_FAST 0 (x)
%*d LOAD_CONST 1 (1)
%*d BINARY_OP 0 (+)
''' % (w, 10*(i+1), w, 10*(i+1) + 2, w, 10*(i+1) + 4, w, 10*(i+1) + 6)
''' % (w, 10*i + 10, w, 10*i + 12, w, 10*i + 14, w, 10*i + 16)
for i in range(count-1)]
s += ['''\
%*d STORE_FAST 0 (x)
Expand Down

0 comments on commit 471bae6

Please sign in to comment.