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