Fixup TestLinuxCore on windows

test_same_pid_running couldn't delete the temporary files, while we had them open. Deleting the
target should make things work.

llvm-svn: 265529
This commit is contained in:
Pavel Labath 2016-04-06 11:05:30 +00:00
parent 6e1408a891
commit b1f7d4d79c
1 changed files with 2 additions and 0 deletions

View File

@ -92,3 +92,5 @@ class LinuxCoreTestCase(TestBase):
self.assertEqual(frame.GetLineEntry().GetLine(),
line_number("main.c", "Frame " + backtrace[i]))
self.assertEqual(frame.FindVariable("F").GetValueAsUnsigned(), ord(backtrace[i][0]))
self.dbg.DeleteTarget(target)