Revert r157819, "#ifdef out a broken test on win32"

FYI, LLVM_ON_WIN32 is useless.

llvm-svn: 157890
This commit is contained in:
NAKAMURA Takumi 2012-06-02 15:34:26 +00:00
parent 4de31654bb
commit 5c76f83106
1 changed files with 0 additions and 5 deletions

View File

@ -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