tests: Actuall add feature check for complex type being available.
This commit is contained in:
parent
eed2f36ae2
commit
cbc489dff5
|
@ -0,0 +1,6 @@
|
|||
try:
|
||||
complex
|
||||
print("complex")
|
||||
except NameError:
|
||||
print("no")
|
||||
|
Loading…
Reference in New Issue