From 4eab4bc23c2b5582b3754421d045eeef1bce0016 Mon Sep 17 00:00:00 2001 From: Oleksiy Vyalov Date: Tue, 10 Mar 2015 01:58:47 +0000 Subject: [PATCH] Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_attach_to_process_with_id_api. llvm-svn: 231737 --- lldb/test/python_api/hello_world/TestHelloWorld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py index 1a8029a..036e6e8 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 -- 2.7.4