Skip to content

Commit

Permalink
test: golden tests output file
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Jun 14, 2024
1 parent e96bd59 commit c7d2920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/TestRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ handleFile(
llvm::StringRef filePath,
std::shared_ptr<ConfigImpl const> config)
{
fmt::println("handleFile: {}", filePath);

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

Expand Down Expand Up @@ -271,6 +273,8 @@ handleDir(
std::string dirPath,
std::shared_ptr<ConfigImpl const> config)
{
fmt::println("handleDir: {}", dirPath);

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

Expand Down

0 comments on commit c7d2920

Please sign in to comment.