Skip to content

Commit 4b4f0a3

Browse files
committed
[lldb][tests] TestPreferredName.py: Fix for older compilers
This only works as of D145803, where we re-point the `DW_AT_type` based on existence of `[[clang::preferred_name]]` (cherry picked from commit b767b05)
1 parent 9c3a2f7 commit 4b4f0a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
import lldb
77
import lldbsuite.test.lldbutil as lldbutil
88
from lldbsuite.test.lldbtest import *
9-
from lldbsuite.test import decorators
10-
9+
from lldbsuite.test.decorators import *
1110

1211
class TestPreferredName(TestBase):
1312

0 commit comments

Comments
 (0)