Fix expected windows result.

llvm-svn: 215267
This commit is contained in:
Rafael Espindola 2014-08-09 00:37:05 +00:00
parent afd122fc87
commit ffbabb7925
1 changed files with 1 additions and 1 deletions

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