[Lldb-commits] [PATCH] D124479: Fix missing import for test
jeffrey tan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 26 14:33:46 PDT 2022
yinghuitan created this revision.
yinghuitan added reviewers: clayborg, JDevlieghere, labath, jingham.
Herald added a project: All.
yinghuitan requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124479
Files:
lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py
Index: lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py
===================================================================
--- lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124479.425307.patch
Type: text/x-patch
Size: 494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220426/54a90b71/attachment.bin>
More information about the lldb-commits
mailing list