Sign in
llvm
/
llvm-project
/
40fab664d06a85ea6f07c7837ed3631d6f142d2c
/
.
/
lldb
/
test
/
API
/
lang
/
objc
/
objc_direct-methods
/
TestObjCDirectMethods.py
blob: dfb27b7027ca3e17b64d19ac11e6e0207aa6bc18 [
file
] [
log
] [
blame
]
from
lldbsuite
.
test
import
lldbinline
from
lldbsuite
.
test
import
decorators
decor
=
[
decorators
.
skipIf
(
compiler
=
"clang"
,
compiler_version
=[
"<"
,
"16.0"
])]
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
decor
)