From 2590edf615da75c18e04ead412f272d4ecc585b3 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Sat, 23 Sep 2017 01:04:42 +0000 Subject: Commit missing fixes for tool_file_rename llvm-svn: 314051 --- clang/unittests/Frontend/CompilerInstanceTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/unittests/Frontend/CompilerInstanceTest.cpp') diff --git a/clang/unittests/Frontend/CompilerInstanceTest.cpp b/clang/unittests/Frontend/CompilerInstanceTest.cpp index 30775bc3f72..b2d9f8bcf00 100644 --- a/clang/unittests/Frontend/CompilerInstanceTest.cpp +++ b/clang/unittests/Frontend/CompilerInstanceTest.cpp @@ -24,7 +24,7 @@ TEST(CompilerInstance, DefaultVFSOverlayFromInvocation) { int FD; SmallString<256> FileName; ASSERT_FALSE(sys::fs::createTemporaryFile("vfs", "yaml", FD, FileName)); - tool_output_file File(FileName, FD); + ToolOutputFile File(FileName, FD); SmallString<256> CurrentPath; sys::fs::current_path(CurrentPath); -- cgit v1.2.3