This website requires JavaScript.
Explore
Help
Sign In
rpms
/
lldb
Watch
5
Star
0
Fork
0
You've already forked lldb
Code
Issues
Pull Requests
Releases
Activity
c13d2b2c45
lldb
/
tests
/
python-embedded-interpreter
/
test.cpp
10 lines
95 B
C++
Raw
Normal View
History
Unescape
Escape
lldb should depend on python2-lldb rhbz#1567262
2018-09-21 04:31:47 +00:00
#
include
<stdio.h>
#
include
<vector>
int
main
(
)
{
tests: split tests/python-embedded-interpreter tests/python-embedded-interpreter now only does a sanity test on lldb, plus checks that lldb rpm mas the correct dependency on python3-lldb std::vector test moved to tests/lldb-std-vector-prettyprint.
2022-07-04 17:42:30 +00:00
int
i
=
1
;
float
f
=
1.0
;
lldb should depend on python2-lldb rhbz#1567262
2018-09-21 04:31:47 +00:00
return
0
;
}
Reference in New Issue
Copy Permalink