Skip to content

Commit c82e452

Browse files
committed
refactor: simplify golden test reports
1 parent 4d884f4 commit c82e452

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/TestRunner.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ handleFile(
6666
llvm::StringRef filePath,
6767
std::shared_ptr<ConfigImpl const> config)
6868
{
69-
fmt::println("handleFile: {}", filePath);
70-
7169
namespace fs = llvm::sys::fs;
7270
namespace path = llvm::sys::path;
7371

@@ -273,7 +271,7 @@ handleDir(
273271
std::string dirPath,
274272
std::shared_ptr<ConfigImpl const> config)
275273
{
276-
fmt::println("handleDir: {}", dirPath);
274+
report::debug("Visiting directory: \"{}\"", dirPath);
277275

278276
namespace fs = llvm::sys::fs;
279277
namespace path = llvm::sys::path;

0 commit comments

Comments
 (0)