aboutsummaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-01-26 01:26:46 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-01-26 01:26:46 +0000
commitf5fe3beb3ad2664cfc14a22bb075ebb8e09540c3 (patch)
tree24db675a00da8ef7a1894b063491a12b23536946 /unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
parent7dcef4c47578befe40d488c953e3f5b328667300 (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/ExecutionEngine/JIT/JITEventListenerTest.cpp')
-rw-r--r--unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp b/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
index a58a0872a4..c3bb858975 100644
--- a/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
+++ b/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
@@ -25,7 +25,6 @@ using namespace llvm;
int dummy;
-#if 0
namespace {
struct FunctionEmittedEvent {
@@ -238,4 +237,3 @@ testing::Environment* const jit_env =
testing::AddGlobalTestEnvironment(new JITEnvironment);
} // anonymous namespace
-#endif