mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
fix main.py for gtest
This commit is contained in:
parent
0a31d0a4bd
commit
fb988550b4
@ -12,8 +12,6 @@ i = 0
|
||||
while i < 10:
|
||||
i = i + 1
|
||||
print('i :' + str(i))
|
||||
pkdb.set_trace()
|
||||
# pkdb.set_trace()
|
||||
|
||||
while True:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user