summaryrefslogtreecommitdiff
path: root/test/other/josephusK.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/other/josephusK.cpp')
-rw-r--r--test/other/josephusK.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/josephusK.cpp b/test/other/josephusK.cpp
index e837640..b6680b8 100644
--- a/test/other/josephusK.cpp
+++ b/test/other/josephusK.cpp
@@ -38,6 +38,6 @@ void performance_test() {
int main() {
stress_test();
- performance_test();
+ if (!sanitize) performance_test();
}