fix main.py for gtest

This commit is contained in:
lyon 2022-02-04 20:01:37 +08:00
parent 0a31d0a4bd
commit fb988550b4

View File

@ -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