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