diff options
Diffstat (limited to 'test/math/piLegendre.cpp')
| -rw-r--r-- | test/math/piLegendre.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/piLegendre.cpp b/test/math/piLegendre.cpp index c3513bf..53c459c 100644 --- a/test/math/piLegendre.cpp +++ b/test/math/piLegendre.cpp @@ -34,7 +34,7 @@ void performance_test() { int main() { lehmer::init(); - performance_test(); + if (!sanitize) performance_test(); stress_test(); } |
