5a04e2cca8
If micropython.native decorator doesn't compile, then we skill all native/viper tests. This patch also re-enables the ujson_loads test on NT. Addresses issue #861, and partially addresses issue #856.
5 lines
89 B
Python
5 lines
89 B
Python
# this test for the availability of native emitter
|
|
@micropython.native
|
|
def f():
|
|
pass
|