Add missed import lldbtest.

llvm-svn: 247469
This commit is contained in:
Oleksiy Vyalov 2015-09-11 20:46:46 +00:00
parent 74bcd21e34
commit b00792e2dc
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import lldbinline
import lldbtest
lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureWindows("llvm.org/pr24772")])

View File

@ -1,3 +1,4 @@
import lldbinline
import lldbtest
lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureWindows("llvm.org/pr24764")] )