From cbc489dff5e6bac00413d818cc55d044dbd75264 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 6 Dec 2015 15:13:26 +0200 Subject: [PATCH] tests: Actuall add feature check for complex type being available. --- tests/feature_check/complex.py | 6 ++++++ tests/feature_check/complex.py.exp | 0 2 files changed, 6 insertions(+) create mode 100644 tests/feature_check/complex.py create mode 100644 tests/feature_check/complex.py.exp 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