diff options
| author | Oleksiy Vyalov <ovyalov@google.com> | 2015-03-10 01:58:47 +0000 |
|---|---|---|
| committer | Oleksiy Vyalov <ovyalov@google.com> | 2015-03-10 01:58:47 +0000 |
| commit | 4eab4bc23c2b5582b3754421d045eeef1bce0016 (patch) | |
| tree | 2c14119b6b405fc288b9d324889b2bd4e7306d5a | |
| parent | 48a4023f40e59ba4731e7e5bd48ff2ff2a77c646 (diff) | |
| download | bcm5719-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.py | 2 |
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 |

