summaryrefslogtreecommitdiff
path: root/test/math/multInv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/math/multInv.cpp')
-rw-r--r--test/math/multInv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/multInv.cpp b/test/math/multInv.cpp
index 93763c5..a6c37a1 100644
--- a/test/math/multInv.cpp
+++ b/test/math/multInv.cpp
@@ -35,6 +35,6 @@ void performance_test() {
int main() {
stress_test();
- performance_test();
+ if (!sanitize) performance_test();
}