27abac95d8
Changes are: - The default manifest.py is moved to the variants directory (it's in "boards" in other ports). - The coverage variant now uses a custom manifest in its variant directory to add frzmpy/frzstr. - The frzmpy/frzstr tests are moved to variants/coverage/.
4 lines
78 B
Python
4 lines
78 B
Python
# Checks for regression on MP_QSTR_NULL
|
|
def returns_NULL():
|
|
return "NULL"
|