diff --git a/tests/performance_tests/chacha_stream_performance_test.cpp b/tests/performance_tests/chacha_stream_performance_test.cpp index 2509bcb5..fdae7e36 100644 --- a/tests/performance_tests/chacha_stream_performance_test.cpp +++ b/tests/performance_tests/chacha_stream_performance_test.cpp @@ -178,7 +178,7 @@ bool do_chacha_stream_performance_test() LOG_PRINT_L0("OK.time: " << non_crypted_version); - + return true; }