[Lldb-commits] [lldb] fc8c1ea - [lldb/test] Add missing decorators import

Vedant Kumar via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 11 10:48:39 PST 2020


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):


        


More information about the lldb-commits mailing list