Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_attach_to_...
authorOleksiy Vyalov <ovyalov@google.com>
Tue, 10 Mar 2015 01:58:47 +0000 (01:58 +0000)
committerOleksiy Vyalov <ovyalov@google.com>
Tue, 10 Mar 2015 01:58:47 +0000 (01:58 +0000)
llvm-svn: 231737

lldb/test/python_api/hello_world/TestHelloWorld.py

index 1a8029a..036e6e8 100644 (file)
@@ -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