Skip to content

Commit cdbcfad

Browse files
Update Lib/test/test_compiler_codegen.py
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
1 parent a750ed5 commit cdbcfad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_compiler_codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def test_frozenset_optimization(self):
193193
]
194194
self.codegen_test(snippet, expected)
195195

196-
def test_no_target_comp_optimization(self):
196+
def test_comp_without_target_optimization(self):
197197
snippet = "[i for i in range(10)]"
198198
expected = [
199199
('RESUME', 0),

0 commit comments

Comments
 (0)