diff options
Diffstat (limited to 'tests/float/cmath_fun_special.py')
-rw-r--r-- | tests/float/cmath_fun_special.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/float/cmath_fun_special.py b/tests/float/cmath_fun_special.py index 422964dd75..471fda8c0d 100644 --- a/tests/float/cmath_fun_special.py +++ b/tests/float/cmath_fun_special.py @@ -5,8 +5,7 @@ try: log10 except (ImportError, NameError): print("SKIP") - import sys - sys.exit() + raise SystemExit test_values_non_zero = [] base_values = (0.0, 0.5, 1.2345, 10.) |