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