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