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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to