E56C Unskip test_line_number_implicit_return_after_async_for · RustPython/RustPython@05266b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05266b6

Browse files
committed
Unskip test_line_number_implicit_return_after_async_for
1 parent 9eb7929 commit 05266b6

File tree

2 files changed

+122
-119
lines changed

2 files changed

+122
-119
lines changed

Lib/test/test_compile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,6 @@ def return_genexp():
10121012
code_lines = self.get_code_lines(genexp_code)
10131013
self.assertEqual(genexp_lines, code_lines)
10141014

1015-
# TODO: RUSTPYTHON
1016-
@unittest.expectedFailure
10171015
def test_line_number_implicit_return_after_async_for(self):
10181016

10191017
async def test(aseq):

crates/codegen/src/snapshots/rustpython_codegen__compile__tests__nested_double_async_with.snap

Lines changed: 122 additions & 117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0