Skip to content

Commit

Permalink
Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Mar 5, 2022
1 parent 5c53d26 commit d364230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filesystem_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ TEST_F(FilesystemTest, decomposition)
#ifndef _WIN32
EXPECT_EQ(parentPath(nobase), "baz/");
#else
EXPECT_EQ(parentPath(nobase), "baz");
EXPECT_EQ(parentPath(nobase), "baz\\");
#endif

std::string multiple_slash = separator("baz") + separator("") + separator("")
Expand Down

0 comments on commit d364230

Please sign in to comment.