diff options
| author | Jim Ingham <jingham@apple.com> | 2013-05-15 01:12:43 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2013-05-15 01:12:43 +0000 |
| commit | c0dfddb302eb7ad4949bdb84c08f2f7749b29703 (patch) | |
| tree | 2faee8930b206b4fb4573f263ada366bb21157e4 | |
| parent | bd4a5eccd640b8b18e10593e4da054dda29a9d79 (diff) | |
| download | bcm5719-llvm-c0dfddb302eb7ad4949bdb84c08f2f7749b29703.tar.gz bcm5719-llvm-c0dfddb302eb7ad4949bdb84c08f2f7749b29703.zip | |
Didn't mean to check in this change...
llvm-svn: 181858
| -rw-r--r-- | lldb/test/api/multithreaded/TestMultithreaded.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index 283a1e5c484..48471498edb 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -56,7 +56,7 @@ class SBBreakpointCallbackCase(TestBase): def build_and_test(self, sources, test_name, args = None): """ Build LLDB test from sources, and run expecting 0 exit code """ self.buildDriver(sources, test_name) - #self.addTearDownHook(lambda: os.remove(test_name)) + self.addTearDownHook(lambda: os.remove(test_name)) exe = [os.path.join(os.getcwd(), test_name), self.inferior] |

