diff options
Diffstat (limited to 'test/math/transforms/orTransform.cpp')
| -rw-r--r-- | test/math/transforms/orTransform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/transforms/orTransform.cpp b/test/math/transforms/orTransform.cpp index 0ec9155..b1fdfad 100644 --- a/test/math/transforms/orTransform.cpp +++ b/test/math/transforms/orTransform.cpp @@ -33,6 +33,6 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
