Skip to content

Commit cbc489d

Browse files
committed
tests: Actuall add feature check for complex type being available.
1 parent eed2f36 commit cbc489d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

tests/feature_check/complex.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
try:
2+
complex
3+
print("complex")
4+
except NameError:
5+
print("no")
6+

tests/feature_check/complex.py.exp

Whitespace-only changes.

0 commit comments

Comments
 (0)