diff options
Diffstat (limited to 'src/tests/main.cpp')
-rw-r--r-- | src/tests/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/main.cpp b/src/tests/main.cpp index f2c8f7eb0..7f46ab733 100644 --- a/src/tests/main.cpp +++ b/src/tests/main.cpp @@ -255,7 +255,7 @@ class Test_Runner : public Botan_CLI::Command for(auto&& test_name : tests_to_run) { - auto run_it = [test_name] { + auto run_it = [test_name]() -> std::vector<Botan_Tests::Test::Result> { try { return Botan_Tests::Test::run_test(test_name, false); } |