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:
Jeffrey Tan 2022-04-26 14:29:10 -07:00
parent 35e7b4f82c
commit 0ffcec418e
1 changed files with 1 additions and 0 deletions

View File

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