Skip to content

Commit

Permalink
Fixed extra deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Nov 30, 2024
1 parent 8e2eff2 commit f1602b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/verify-gfxr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ bool clean_gfxr_json(int depth, nlohmann::json::parse_event_t event, nlohmann::j

void verify_gfxr(char const* app_directory, char const* app_executable, char const* known_gfxr_path)
{
auto base_path = std::filesystem::current_path();

std::filesystem::path full_app_directory(base_path);
full_app_directory.append("test_apps");
full_app_directory.append(app_directory);
Expand Down

0 comments on commit f1602b9

Please sign in to comment.