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