We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d884f4 commit c82e452Copy full SHA for c82e452
src/test/TestRunner.cpp
@@ -66,8 +66,6 @@ handleFile(
66
llvm::StringRef filePath,
67
std::shared_ptr<ConfigImpl const> config)
68
{
69
- fmt::println("handleFile: {}", filePath);
70
-
71
namespace fs = llvm::sys::fs;
72
namespace path = llvm::sys::path;
73
@@ -273,7 +271,7 @@ handleDir(
273
271
std::string dirPath,
274
272
275
276
- fmt::println("handleDir: {}", dirPath);
+ report::debug("Visiting directory: \"{}\"", dirPath);
277
278
279
0 commit comments