Fix missing import for test
authorJeffrey Tan <jeffreytan@fb.com>
Tue, 26 Apr 2022 21:29:10 +0000 (14:29 -0700)
committerJeffrey Tan <jeffreytan@fb.com>
Tue, 26 Apr 2022 23:40:45 +0000 (16:40 -0700)
commit0ffcec418e45210a9c25632e7fe0a3ef0629b652
treeb959a59d3de74a0475842395dc11fb8cd4991614
parent35e7b4f82cfabc28ebc23558917440aece3f489f
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
lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py