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