diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-06-06 22:15:44 +1000 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2023-06-08 17:54:28 +1000 |
commit | a1fbb1980cf90cc58186eac9cc405a97ebd41e64 (patch) | |
tree | cbce396ba0360d134f82e0287c8b2a03a116ff8a /tests/unix/extra_coverage.py.exp | |
parent | 8211d56712301d58970904892da5312b11b2ab7c (diff) |
extmod/modtimeq: Remove timeq module.
This is a MicroPython-specific module that existed to support the old
version of uasyncio. It's undocumented and not enabled on all ports and
takes up code size unnecessarily.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 6ec8eaaa0..04aefcfe2 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -58,11 +58,11 @@ framebuf gc hashlib heapq io json machine math os random re select socket ssl struct sys -termios time timeq uctypes -websocket zlib +termios time uctypes websocket +zlib me -time timeq +micropython machine math argv atexit byteorder exc_info executable exit getsizeof implementation |