mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
If `time.time` doesn't exist, it tries to use `globals()['time']` which is the time module itself, and that causes the test to fail. Instead it should just skip `time.time`. Signed-off-by: Damien George <damien@micropython.org>
1.8 KiB
1.8 KiB