aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc/objc_direct-methods/TestObjCDirectMethods.py
blob: dfb27b7027ca3e17b64d19ac11e6e0207aa6bc18 (plain)
1
2
3
4
5
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

decor = [decorators.skipIf(compiler="clang", compiler_version=["<", "16.0"])]
lldbinline.MakeInlineTest(__file__, globals(), decor)