diff options
Diffstat (limited to 'tests/extmod/asyncio_lock.py')
-rw-r--r-- | tests/extmod/asyncio_lock.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/extmod/asyncio_lock.py b/tests/extmod/asyncio_lock.py index f565adb03..10d3285be 100644 --- a/tests/extmod/asyncio_lock.py +++ b/tests/extmod/asyncio_lock.py @@ -1,4 +1,8 @@ # Test Lock class +# +# This test has a corresponding .exp file because it tests a very specific ordering of +# events when cancelling a task waiting on a lock, and that ordering should not change +# (even though it does match CPython's output). try: import asyncio |