Sign in
llvm
/
lldb
/
master
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
objc
/
objc-ivar-protocols
/
TestIvarProtocols.py
blob: 562d9ae01e2a80c2af1dfdb4da3cfa1569b4ef24 [
file
] [
log
] [
blame
]
from
lldbsuite
.
test
import
lldbinline
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
skipIfFreeBSD
,
decorators
.
skipIfLinux
,
decorators
.
skipIfWindows
,
decorators
.
skipIfNetBSD
])