summaryrefslogtreecommitdiff
path: root/test/graph/treeIsomorphism.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/graph/treeIsomorphism.cpp')
-rw-r--r--test/graph/treeIsomorphism.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/graph/treeIsomorphism.cpp b/test/graph/treeIsomorphism.cpp
index 97f4df4..e5fd817 100644
--- a/test/graph/treeIsomorphism.cpp
+++ b/test/graph/treeIsomorphism.cpp
@@ -122,5 +122,5 @@ int main() {
stress_test_eq();
test_tiny();
stress_test_neq();
- performance_test();
+ if (!sanitize) performance_test();
}