From b1fa907d563b9efb77edc6a83056320a14408966 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 8 Jan 2016 14:27:21 +0000 Subject: tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled. --- tests/float/cmath_fun.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/float/cmath_fun.py') diff --git a/tests/float/cmath_fun.py b/tests/float/cmath_fun.py index dfb6c56bd..3ebcf5918 100644 --- a/tests/float/cmath_fun.py +++ b/tests/float/cmath_fun.py @@ -32,7 +32,6 @@ functions = [ ('rect', rect, ((0, 0), (0, 1), (0, -1), (1, 0), (-1, 0), (1, 1), (-1, 1), (1, -1), (123., -456.))), ('exp', exp, test_values), ('log', log, test_values_non_zero), - ('log10', log10, test_values_non_zero), ('sqrt', sqrt, test_values), ('cos', cos, test_values), ('sin', sin, test_values), -- cgit v1.2.3