From: Michael Buch Date: Mon, 24 Apr 2023 12:40:23 +0000 (-0400) Subject: [lldb][tests] TestPreferredName.py: add missing import X-Git-Tag: upstream/17.0.6~10642 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4cae6bf53b92583e8d58f41e889704e9a473391;p=platform%2Fupstream%2Fllvm.git [lldb][tests] TestPreferredName.py: add missing import --- diff --git a/lldb/test/API/lang/cpp/preferred_name/TestPreferredName.py b/lldb/test/API/lang/cpp/preferred_name/TestPreferredName.py index 9c3f0e6..6deb9bf 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 @@ 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):