Didn't mean to check in this change...

llvm-svn: 181858
This commit is contained in:
Jim Ingham 2013-05-15 01:12:43 +00:00
parent bd4a5eccd6
commit c0dfddb302
1 changed files with 1 additions and 1 deletions

View File

@ -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]