Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
lldb
/
test
/
API
/
lang
/
objc
/
objc-runtime-ivars
/
TestRuntimeIvars.py
blob: 269b814dc855b2114a6a213c43406e1f95bbd6ad [
file
] [
log
] [
blame
] [
edit
]
from
lldbsuite
.
test
import
lldbinline
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
skipIf
(
archs
=[
"i386"
,
"i686"
])]
)