Sign in
llvm
/
lldb
/
release_38
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
python_api
/
exprpath_synthetic
/
TestExprPathSynthetic.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
])