projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
895fcbe
)
Fix expected windows result.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Sat, 9 Aug 2014 00:37:05 +0000
(
00:37
+0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Sat, 9 Aug 2014 00:37:05 +0000
(
00:37
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215267
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/Support/Path.cpp
patch
|
blob
|
history
diff --git
a/unittests/Support/Path.cpp
b/unittests/Support/Path.cpp
index 9c156401927c2c065e34f052e9d11f01bef8821e..7bf66e0534a711113547dc9bf5c419793068b397 100644
(file)
--- a/
unittests/Support/Path.cpp
+++ b/
unittests/Support/Path.cpp
@@
-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");