Author: Vedant Kumar Date: 2020-11-11T10:48:27-08:00 New Revision: fc8c1ea9aff376526e5e18f60caaf84b81785886
URL: https://github.com/llvm/llvm-project/commit/fc8c1ea9aff376526e5e18f60caaf84b81785886 DIFF: https://github.com/llvm/llvm-project/commit/fc8c1ea9aff376526e5e18f60caaf84b81785886.diff LOG: [lldb/test] Add missing decorators import Added: Modified: lldb/test/API/lang/c/stepping/TestThreadStepInAvoidRegexp.py Removed: ################################################################################ diff --git a/lldb/test/API/lang/c/stepping/TestThreadStepInAvoidRegexp.py b/lldb/test/API/lang/c/stepping/TestThreadStepInAvoidRegexp.py index ca58b4afcb57..36588606b651 100644 --- a/lldb/test/API/lang/c/stepping/TestThreadStepInAvoidRegexp.py +++ b/lldb/test/API/lang/c/stepping/TestThreadStepInAvoidRegexp.py @@ -7,6 +7,7 @@ import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil +from lldbsuite.test.decorators import * class ThreadStepInAvoidRegexTestCase(TestBase): _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits