diff options
Diffstat (limited to 'test/string/longestCommonSubsequence.cpp')
| -rw-r--r-- | test/string/longestCommonSubsequence.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/longestCommonSubsequence.cpp b/test/string/longestCommonSubsequence.cpp index 6d7a6c5..68ec71b 100644 --- a/test/string/longestCommonSubsequence.cpp +++ b/test/string/longestCommonSubsequence.cpp @@ -51,5 +51,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
