diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-02 15:34:26 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-02 15:34:26 +0000 |
commit | 8f4c4ca0ce5545df7f04e1d1efb40782163b7960 (patch) | |
tree | 510ee6bf1ed0db3fc62dbe1ecbf006b65588612c /unittests/Tooling/ToolingTest.cpp | |
parent | 0ef8db20b32aaa027c2fbd230c46c22b4b47079d (diff) |
Revert r157819, "#ifdef out a broken test on win32"
FYI, LLVM_ON_WIN32 is useless.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157890 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Tooling/ToolingTest.cpp')
-rw-r--r-- | unittests/Tooling/ToolingTest.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unittests/Tooling/ToolingTest.cpp b/unittests/Tooling/ToolingTest.cpp index efabaf7f99..9122786b55 100644 --- a/unittests/Tooling/ToolingTest.cpp +++ b/unittests/Tooling/ToolingTest.cpp @@ -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 |