[Lldb-commits] [lldb] b4cae6b - [lldb][tests] TestPreferredName.py: add missing import

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 24 05:40:47 PDT 2023


Author: Michael Buch
Date: 2023-04-24T08:40:32-04:00
New Revision: b4cae6bf53b92583e8d58f41e889704e9a473391

URL: https://github.com/llvm/llvm-project/commit/b4cae6bf53b92583e8d58f41e889704e9a473391
DIFF: https://github.com/llvm/llvm-project/commit/b4cae6bf53b92583e8d58f41e889704e9a473391.diff

LOG: [lldb][tests] TestPreferredName.py: add missing import

Added: 
    

Modified: 
    lldb/test/API/lang/cpp/preferred_name/TestPreferredName.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/cpp/preferred_name/TestPreferredName.py b/lldb/test/API/lang/cpp/preferred_name/TestPreferredName.py
index 9c3f0e6a0522..6deb9bffa375 100644
--- a/lldb/test/API/lang/cpp/preferred_name/TestPreferredName.py
+++ b/lldb/test/API/lang/cpp/preferred_name/TestPreferredName.py
@@ -6,8 +6,7 @@
 import lldb
 import lldbsuite.test.lldbutil as lldbutil
 from lldbsuite.test.lldbtest import *
-from lldbsuite.test import decorators
-
+from lldbsuite.test.decorators import *
 
 class TestPreferredName(TestBase):
 


        


More information about the lldb-commits mailing list