mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Fix windows unittest I missed in the raw_fd_ostream constructor change.
llvm-svn: 202050
This commit is contained in:
parent
3052b9db37
commit
a124dee079
@ -521,7 +521,7 @@ TEST_F(FileSystemTest, CarriageReturn) {
|
||||
path::append(FilePathname, "test");
|
||||
|
||||
{
|
||||
raw_fd_ostream File(FilePathname.c_str(), ErrMsg);
|
||||
raw_fd_ostream File(FilePathname.c_str(), ErrMsg, sys::fs::F_None);
|
||||
EXPECT_EQ(ErrMsg, "");
|
||||
File << '\n';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user