forked from OSchip/llvm-project
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:
parent
6e1408a891
commit
b1f7d4d79c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue