Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
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
)