mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-29 22:52:18 +00:00
Fix expected windows result.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
895fcbe7a1
commit
93c1316b70
@ -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…
x
Reference in New Issue
Block a user