From eb53ccfa3e03ed69cf37e77c3d06b479f9de95d8 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 7 Dec 2024 20:01:03 +0300 Subject: [PATCH] update vctest (MSVC) --- vctest/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/vctest/main.cpp b/vctest/main.cpp index 8af97967..6e6cb1c3 100644 --- a/vctest/main.cpp +++ b/vctest/main.cpp @@ -150,8 +150,6 @@ static bool run_test(const Config& config, const fs::path& path) { //ss << " >" << fix_path(outputFile.string()) << " 2>&1"; auto command = ss.str(); - return true; - print_separator(std::cout); std::cout << "executing test " << name << "\ncommand: " << command << std::endl;