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