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