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