diff options
Diffstat (limited to 'test/math/discreteNthRoot.cpp')
| -rw-r--r-- | test/math/discreteNthRoot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/discreteNthRoot.cpp b/test/math/discreteNthRoot.cpp index d595e6d..e64293c 100644 --- a/test/math/discreteNthRoot.cpp +++ b/test/math/discreteNthRoot.cpp @@ -73,6 +73,6 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
