diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-01-26 01:26:46 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-01-26 01:26:46 +0000 |
commit | f5fe3beb3ad2664cfc14a22bb075ebb8e09540c3 (patch) | |
tree | 24db675a00da8ef7a1894b063491a12b23536946 /unittests/VMCore | |
parent | 7dcef4c47578befe40d488c953e3f5b328667300 (diff) |
Re-enable unit tests disabled in r94164 by telling GTest about the
lack of RTTI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/VMCore')
-rw-r--r-- | unittests/VMCore/PassManagerTest.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unittests/VMCore/PassManagerTest.cpp b/unittests/VMCore/PassManagerTest.cpp index 092ce3d928..cb8f9ebb93 100644 --- a/unittests/VMCore/PassManagerTest.cpp +++ b/unittests/VMCore/PassManagerTest.cpp @@ -32,10 +32,6 @@ #include "llvm/Assembly/PrintModulePass.h" #include "gtest/gtest.h" -int dummy; - -#if 0 - namespace llvm { namespace { // ND = no deps @@ -529,4 +525,3 @@ namespace llvm { } } -#endif |