Author: Jeffrey Tan Date: 2022-04-26T16:40:45-07:00 New Revision: 0ffcec418e45210a9c25632e7fe0a3ef0629b652
URL: https://github.com/llvm/llvm-project/commit/0ffcec418e45210a9c25632e7fe0a3ef0629b652 DIFF: https://github.com/llvm/llvm-project/commit/0ffcec418e45210a9c25632e7fe0a3ef0629b652.diff LOG: 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 Added: Modified: lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py Removed: ################################################################################ diff --git a/lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py b/lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py index 1a1d3643a6481..38d438648c557 100644 --- a/lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py +++ b/lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py @@ -5,6 +5,7 @@ import lldb +from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits