forked from OSchip/llvm-project
parent
275b22e310
commit
2eb1ae4f91
|
@ -265,7 +265,7 @@ TEST_F(FileSystemTest, TempFiles) {
|
|||
"abcdefghijklmnopqrstuvwxyz5abcdefghijklmnopqrstuvwxyz4"
|
||||
"abcdefghijklmnopqrstuvwxyz3abcdefghijklmnopqrstuvwxyz2"
|
||||
"abcdefghijklmnopqrstuvwxyz1abcdefghijklmnopqrstuvwxyz0";
|
||||
EXPECT_EQ(fs::unique_file(Twine(Path270), FileDescriptor, TempPath),
|
||||
EXPECT_EQ(fs::createUniqueFile(Twine(Path270), FileDescriptor, TempPath),
|
||||
windows_error::path_not_found);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue