Skip to content

Commit 1574122

Browse files
authored
Update Lib/test/test_peepholer.py
1 parent cd92614 commit 1574122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_peepholer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ def test_conditional_jump_forward_non_const_condition(self):
10681068
consts=[0, 1, 2, 3, 4],
10691069
expected_consts=[0, 2, 3])
10701070

1071-
def test_build_list_stack_use_guideline(self):
1071+
def test_list_exceeding_stack_use_guideline(self):
10721072
def f():
10731073
return [
10741074
0, 1, 2, 3, 4,

0 commit comments

Comments
 (0)