summaryrefslogtreecommitdiff
path: root/test/string/suffixTree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/string/suffixTree.cpp')
-rw-r--r--test/string/suffixTree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/suffixTree.cpp b/test/string/suffixTree.cpp
index c0d79e4..9181c2e 100644
--- a/test/string/suffixTree.cpp
+++ b/test/string/suffixTree.cpp
@@ -46,5 +46,5 @@ void performance_test() {
int main() {
stress_test();
- performance_test();
+ if (!sanitize) performance_test();
}