Sign in
fuchsia
/
third_party
/
swift-lldb
/
upstream/stable
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
repl
/
subclassing
/
TestREPLSubclassing.py
blob: 178d16569b7484dccea297477d5f569e2cae2677 [
file
] [
log
] [
blame
]
import
lldbsuite
.
test
.
lldbinrepl
as
lldbinrepl
import
lldbsuite
.
test
.
lldbtest
as
lldbtest
import
lldbsuite
.
test
.
decorators
as
decorators
lldbinrepl
.
MakeREPLTest
(
__file__
,
globals
(),
decorators
=[
decorators
.
add_test_categories
([
"swiftpr"
])])