Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-resolv-release
/
.
/
lldb
/
test
/
API
/
lang
/
objc
/
objc-runtime-ivars
/
TestRuntimeIvars.py
blob: 1e38abe12e343351a6eec1a68d88738834022221 [
file
] [
log
] [
blame
] [
edit
]
from
lldbsuite
.
test
import
lldbinline
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
skipIf
(
archs
=[
"i386"
,
"i686"
])])