summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksiy Vyalov <ovyalov@google.com>2015-03-10 01:58:47 +0000
committerOleksiy Vyalov <ovyalov@google.com>2015-03-10 01:58:47 +0000
commit4eab4bc23c2b5582b3754421d045eeef1bce0016 (patch)
tree2c14119b6b405fc288b9d324889b2bd4e7306d5a
parent48a4023f40e59ba4731e7e5bd48ff2ff2a77c646 (diff)
downloadbcm5719-llvm-4eab4bc23c2b5582b3754421d045eeef1bce0016.tar.gz
bcm5719-llvm-4eab4bc23c2b5582b3754421d045eeef1bce0016.zip
Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_attach_to_process_with_id_api.
llvm-svn: 231737
-rw-r--r--lldb/test/python_api/hello_world/TestHelloWorld.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py
index 1a8029a524a..036e6e895b0 100644
--- a/lldb/test/python_api/hello_world/TestHelloWorld.py
+++ b/lldb/test/python_api/hello_world/TestHelloWorld.py
@@ -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
OpenPOWER on IntegriCloud