Sign in
rust
/
rust-lang
/
llvm-project
/
33c49c0c82a5878f8f9d71e3f1710eddfdbebfeb
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
objcxx
/
class-name-clash
/
TestNameClash.py
blob: 9b0c1f5eaef1a20c878be2b724db1a47e5d7268e [
file
] [
log
] [
blame
]
from
lldbsuite
.
test
import
decorators
from
lldbsuite
.
test
import
lldbinline
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
skipIfFreeBSD
,
decorators
.
skipIfLinux
,
decorators
.
skipIfWindows
])