diff options
Diffstat (limited to 'test/string/lyndon.cpp')
| -rw-r--r-- | test/string/lyndon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/lyndon.cpp b/test/string/lyndon.cpp index 6710973..154ba66 100644 --- a/test/string/lyndon.cpp +++ b/test/string/lyndon.cpp @@ -57,5 +57,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
