forked from OSchip/llvm-project
Fix missing import for test
The last fix missed an import in one test file causing skipIfWindows attribute can't be recognized. I feel embarrassed to miss it. I have run all tests on Mac to make sure them passing in this patch. Differential Revision: https://reviews.llvm.org/D124479
This commit is contained in:
parent
35e7b4f82c
commit
0ffcec418e
|
@ -5,6 +5,7 @@ with symbol load on-demand.
|
|||
|
||||
|
||||
import lldb
|
||||
from lldbsuite.test.decorators import *
|
||||
from lldbsuite.test.lldbtest import *
|
||||
import lldbsuite.test.lldbutil as lldbutil
|
||||
|
||||
|
|
Loading…
Reference in New Issue