diff options
| author | Damien George <damien.p.george@gmail.com> | 2016-04-13 15:56:15 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-04-13 15:56:15 +0100 |
| commit | 7f7e24754564673c7a8246cd067b68b6e5de1e29 (patch) | |
| tree | 131b3003f9a7581dc0f699ed542b53ad5a290dfb /tests/basics/async_with.py.exp | |
| parent | 6eb17c31a926f33428817277ba36bd4950f3500d (diff) | |
tests: Add .exp files for async tests, so they can run with Python 3.4.
Diffstat (limited to 'tests/basics/async_with.py.exp')
| -rw-r--r-- | tests/basics/async_with.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/basics/async_with.py.exp b/tests/basics/async_with.py.exp new file mode 100644 index 000000000..1e9176af7 --- /dev/null +++ b/tests/basics/async_with.py.exp @@ -0,0 +1,4 @@ +enter +body +exit +finished |
