diff options
Diffstat (limited to 'tests/basics/async_with_break.py.exp')
-rw-r--r-- | tests/basics/async_with_break.py.exp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/basics/async_with_break.py.exp b/tests/basics/async_with_break.py.exp deleted file mode 100644 index d077a88fa..000000000 --- a/tests/basics/async_with_break.py.exp +++ /dev/null @@ -1,15 +0,0 @@ -enter -body -exit None None -finished -enter -body -exit None None -finally -finished -enter -body -exit None None -finally inner -finally outer -finished |