Skip to content

Commit d8484df

Browse files
committed
basic async_with test passes under native code
1 parent 7e38b79 commit d8484df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
505505
{"basics/%s.py" % t for t in "gen_yield_from_close generator_name".split()}
506506
) # require raise_varargs, generator name
507507
skip_tests.update(
508-
{"basics/async_%s.py" % t for t in "await with with2 with_break with_return".split()}
508+
{"basics/async_%s.py" % t for t in "with with2 with_break with_return".split()}
509509
) # require async_with
510510
skip_tests.update(
511511
{"basics/%s.py" % t for t in "try_reraise try_reraise2".split()}

0 commit comments

Comments
 (0)