[lldb][tests] TestPreferredName.py: add missing import
authorMichael Buch <michaelbuch12@gmail.com>
Mon, 24 Apr 2023 12:40:23 +0000 (08:40 -0400)
committerMichael Buch <michaelbuch12@gmail.com>
Mon, 24 Apr 2023 12:40:32 +0000 (08:40 -0400)
lldb/test/API/lang/cpp/preferred_name/TestPreferredName.py

index 9c3f0e6..6deb9bf 100644 (file)
@@ -6,8 +6,7 @@ Test formatting of types annotated with
 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):