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