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:
Rafael Espindola 2014-08-09 00:37:05 +00:00
parent 895fcbe7a1
commit 93c1316b70

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