[Lldb-commits] [lldb] r231737 - Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_attach_to_process_with_id_api.

Oleksiy Vyalov ovyalov at google.com
Mon Mar 9 18:58:47 PDT 2015


Author: ovyalov
Date: Mon Mar  9 20:58:47 2015
New Revision: 231737

URL: http://llvm.org/viewvc/llvm-project?rev=231737&view=rev
Log:
Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_attach_to_process_with_id_api.


Modified:
    lldb/trunk/test/python_api/hello_world/TestHelloWorld.py

Modified: lldb/trunk/test/python_api/hello_world/TestHelloWorld.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/hello_world/TestHelloWorld.py?rev=231737&r1=231736&r2=231737&view=diff
==============================================================================
--- lldb/trunk/test/python_api/hello_world/TestHelloWorld.py (original)
+++ lldb/trunk/test/python_api/hello_world/TestHelloWorld.py Mon Mar  9 20:58:47 2015
@@ -55,7 +55,7 @@ class HelloWorldTestCase(TestBase):
         Use dwarf map (no dsym) and attach to process with id API.
         """
         self.buildDwarf(dictionary=self.d)
-        #self.setTearDownCleanup(dictionary=self.d)
+        self.setTearDownCleanup(dictionary=self.d)
         self.hello_world_attach_with_id_api()
 
     @not_remote_testsuite_ready





More information about the lldb-commits mailing list