Skip to content

Commit 3bc86e9

Browse files
committed
Fix ninja include flag test on Windows
1 parent 9a6fe54 commit 3bc86e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_ninja_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ TEST(NinjaBackend, CxxFlagsIncludeBuildIncludeDirs) {
122122
std::string::npos)
123123
<< flags.cxx;
124124
EXPECT_NE(flags.cxx.find(escaped_include_flag(
125-
plan.projectRoot / "third_party" / "imgui")),
125+
plan.projectRoot / std::filesystem::path{"third_party/imgui"})),
126126
std::string::npos)
127127
<< flags.cxx;
128128
}

0 commit comments

Comments
 (0)