Sign in
llvm
/
lldb
/
release_38
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
objc
/
objc-runtime-ivars
/
TestRuntimeIvars.py
blob: 80305e303d0380e6b6317e88b25d9538890ec3ee [
file
] [
log
] [
blame
]
import
lldbsuite
.
test
.
lldbinline
as
lldbinline
import
lldbsuite
.
test
.
lldbtest
as
lldbtest
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
lldbtest
.
skipIfFreeBSD
,
lldbtest
.
skipIfLinux
,
lldbtest
.
skipIfWindows
])