summaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/feature_check/complex.py6
-rw-r--r--tests/feature_check/complex.py.exp0
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/feature_check/complex.py b/tests/feature_check/complex.py
new file mode 100644
index 0000000000..a22eb52ce3
--- /dev/null
+++ b/tests/feature_check/complex.py
@@ -0,0 +1,6 @@
+try:
+ complex
+ print("complex")
+except NameError:
+ print("no")
+
diff --git a/tests/feature_check/complex.py.exp b/tests/feature_check/complex.py.exp
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/feature_check/complex.py.exp