forked from OSchip/llvm-project
Revert r157819, "#ifdef out a broken test on win32"
FYI, LLVM_ON_WIN32 is useless. llvm-svn: 157890
This commit is contained in:
parent
4de31654bb
commit
5c76f83106
|
@ -110,9 +110,6 @@ TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromFactoryType) {
|
|||
EXPECT_TRUE(Action.get() != NULL);
|
||||
}
|
||||
|
||||
#ifndef LLVM_ON_WIN32
|
||||
// This test breaks on Windows.
|
||||
|
||||
TEST(ToolInvocation, TestMapVirtualFile) {
|
||||
clang::FileManager Files((clang::FileSystemOptions()));
|
||||
std::vector<std::string> Args;
|
||||
|
@ -126,7 +123,5 @@ TEST(ToolInvocation, TestMapVirtualFile) {
|
|||
EXPECT_TRUE(Invocation.run());
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
} // end namespace tooling
|
||||
} // end namespace clang
|
||||
|
|
Loading…
Reference in New Issue