Skip to content

Commit

Permalink
revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Apr 17, 2024
1 parent 3300544 commit 558ad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/support/bytecode_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class CompilationStepTestCase(unittest.TestCase):
class Label:
pass

def assertInstructionsMatch(self, actual_seq, expected, expected_nested=None):
def assertInstructionsMatch(self, actual_seq, expected):
# get an InstructionSequence and an expected list, where each
# entry is a label or an instruction tuple. Construct an expcted
# instruction sequence and compare with the one given.
Expand Down

0 comments on commit 558ad8f

Please sign in to comment.