1
0
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:
Rafael Espindola 2014-08-09 00:37:05 +00:00
parent 638a0643ee
commit 4b04a0ad99

View File

@ -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");