From f1602b902d6a2f0dda72778e2e0c37f5aecfcfc2 Mon Sep 17 00:00:00 2001 From: beau-lunarg Date: Sat, 30 Nov 2024 12:00:33 -0500 Subject: [PATCH] Fixed extra deleted line --- test/verify-gfxr.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/verify-gfxr.cpp b/test/verify-gfxr.cpp index 4ccd13f569..45ef2884fb 100644 --- a/test/verify-gfxr.cpp +++ b/test/verify-gfxr.cpp @@ -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);