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:
23fabed
)
Fix windows build.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Fri, 5 Jul 2013 22:32:33 +0000
(22:32 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Fri, 5 Jul 2013 22:32:33 +0000
(22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185730
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 4fc02be5e3aad8089914ab06de8f13f4ce0b71eb..7371e30a5ead8bb501ea902e2477f77a1699b2c3 100644
(file)
--- a/
unittests/Support/Path.cpp
+++ b/
unittests/Support/Path.cpp
@@
-265,7
+265,7
@@
TEST_F(FileSystemTest, TempFiles) {
"abcdefghijklmnopqrstuvwxyz5abcdefghijklmnopqrstuvwxyz4"
"abcdefghijklmnopqrstuvwxyz3abcdefghijklmnopqrstuvwxyz2"
"abcdefghijklmnopqrstuvwxyz1abcdefghijklmnopqrstuvwxyz0";
- EXPECT_EQ(fs::
unique_f
ile(Twine(Path270), FileDescriptor, TempPath),
+ EXPECT_EQ(fs::
createUniqueF
ile(Twine(Path270), FileDescriptor, TempPath),
windows_error::path_not_found);
#endif
}