mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix expected windows result.
llvm-svn: 215267
This commit is contained in:
parent
638a0643ee
commit
4b04a0ad99
@ -644,7 +644,7 @@ TEST(Support, NormalizePath) {
|
||||
EXPECT_PATH_IS(Path1, "a", "a");
|
||||
|
||||
path::native(Path2);
|
||||
EXPECT_PATH_IS(Path2, "a/b", "a/b");
|
||||
EXPECT_PATH_IS(Path2, "a\\b", "a/b");
|
||||
|
||||
path::native(Path3);
|
||||
EXPECT_PATH_IS(Path3, "a\\b", "a/b");
|
||||
|
Loading…
Reference in New Issue
Block a user