summaryrefslogtreecommitdiff
path: root/test/string/duval.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/string/duval.cpp')
-rw-r--r--test/string/duval.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/string/duval.cpp b/test/string/duval.cpp
index 5ebc96c..88e2fb7 100644
--- a/test/string/duval.cpp
+++ b/test/string/duval.cpp
@@ -79,7 +79,7 @@ void performance_test_minrotation() {
int main() {
stress_test_duval();
- performance_test_duval();
+ if (!sanitize) performance_test_duval();
stress_test_minrotation();
- performance_test_minrotation();
+ if (!sanitize) performance_test_minrotation();
}