diff --git a/test_conformance/compiler/main.cpp b/test_conformance/compiler/main.cpp index 3845f2fd..5d07159b 100644 --- a/test_conformance/compiler/main.cpp +++ b/test_conformance/compiler/main.cpp @@ -19,8 +19,7 @@ #include "harness/testHarness.h" #include "harness/stringHelpers.h" -std::string spvBinariesPath = - to_string((std::filesystem::path("compiler") / "spirv_bin").u8string()); +std::string spvBinariesPath = "spirv_bin"; const std::string spvBinariesPathArg = "--spirv-binaries-path"; void printUsage()