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