diff --git a/Lib/test/support/bytecode_helper.py b/Lib/test/support/bytecode_helper.py index be84c085453f7a..85bcd1f0f1cd4f 100644 --- a/Lib/test/support/bytecode_helper.py +++ b/Lib/test/support/bytecode_helper.py @@ -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.