diff options
Diffstat (limited to 'test/graph/reroot.cpp')
| -rw-r--r-- | test/graph/reroot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/graph/reroot.cpp b/test/graph/reroot.cpp index 93f946b..c7c4608 100644 --- a/test/graph/reroot.cpp +++ b/test/graph/reroot.cpp @@ -55,5 +55,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
