diff options
Diffstat (limited to 'test/string/deBruijn.cpp')
| -rw-r--r-- | test/string/deBruijn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/deBruijn.cpp b/test/string/deBruijn.cpp index 6b3fea4..09ba611 100644 --- a/test/string/deBruijn.cpp +++ b/test/string/deBruijn.cpp @@ -39,5 +39,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
