mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
tests: Actuall add feature check for complex type being available.
This commit is contained in:
6
tests/feature_check/complex.py
Normal file
6
tests/feature_check/complex.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
try:
|
||||||
|
complex
|
||||||
|
print("complex")
|
||||||
|
except NameError:
|
||||||
|
print("no")
|
||||||
|
|
||||||
0
tests/feature_check/complex.py.exp
Normal file
0
tests/feature_check/complex.py.exp
Normal file
Reference in New Issue
Block a user