[Lldb-commits] [lldb] r181858 - Didn't mean to check in this change...
Jim Ingham
jingham at apple.com
Tue May 14 18:12:43 PDT 2013
Author: jingham
Date: Tue May 14 20:12:43 2013
New Revision: 181858
URL: http://llvm.org/viewvc/llvm-project?rev=181858&view=rev
Log:
Didn't mean to check in this change...
Modified:
lldb/trunk/test/api/multithreaded/TestMultithreaded.py
Modified: lldb/trunk/test/api/multithreaded/TestMultithreaded.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/multithreaded/TestMultithreaded.py?rev=181858&r1=181857&r2=181858&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/TestMultithreaded.py (original)
+++ lldb/trunk/test/api/multithreaded/TestMultithreaded.py Tue May 14 20:12:43 2013
@@ -56,7 +56,7 @@ class SBBreakpointCallbackCase(TestBase)
def build_and_test(self, sources, test_name, args = None):
""" Build LLDB test from sources, and run expecting 0 exit code """
self.buildDriver(sources, test_name)
- #self.addTearDownHook(lambda: os.remove(test_name))
+ self.addTearDownHook(lambda: os.remove(test_name))
exe = [os.path.join(os.getcwd(), test_name), self.inferior]
More information about the lldb-commits
mailing list