[Lldb-commits] [lldb] r220095 - Do not delete the class, or else multiple tests that try to rely on lldbinline will fail
Enrico Granata
egranata at apple.com
Fri Oct 17 14:50:42 PDT 2014
Author: enrico
Date: Fri Oct 17 16:50:42 2014
New Revision: 220095
URL: http://llvm.org/viewvc/llvm-project?rev=220095&view=rev
Log:
Do not delete the class, or else multiple tests that try to rely on lldbinline will fail
Modified:
lldb/trunk/test/lldbinline.py
Modified: lldb/trunk/test/lldbinline.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbinline.py?rev=220095&r1=220094&r2=220095&view=diff
==============================================================================
--- lldb/trunk/test/lldbinline.py (original)
+++ lldb/trunk/test/lldbinline.py Fri Oct 17 16:50:42 2014
@@ -170,6 +170,5 @@ def MakeInlineTest(__file, __globals):
test.name = test_name
# Add the test case to the globals, and hide InlineTest
__globals.update({test_name : test})
- del globals()["InlineTest"]
More information about the lldb-commits
mailing list