diff options
Diffstat (limited to 'test/other/sos.cpp')
| -rw-r--r-- | test/other/sos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/sos.cpp b/test/other/sos.cpp index f3a6109..52b55ed 100644 --- a/test/other/sos.cpp +++ b/test/other/sos.cpp @@ -45,6 +45,6 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
