repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
test
/
API
/
sample_test
/
TestSampleInlineTest.py
blob
af926de18ab34dca89e56328446f84537254e63c
1
"""
2
Describe the purpose of the test here.
3
"""
4
5
from
lldbsuite
.
test
import
lldbinline
6
7
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
None
)