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