mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 03:32:29 +00:00
Fix windows unittest I missed in the raw_fd_ostream constructor change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2be909b8c
commit
35f35ee58a
@ -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…
x
Reference in New Issue
Block a user