Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

Commit ed5387f

Browse files
committed
테스트 코드 삭제
1 parent 8f49ecd commit ed5387f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ int main(int argc, char **argv) {
6767
mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR_));
6868
mp_obj_list_init(mp_sys_argv, 0);
6969

70-
do_str("from pystone import main; main(2000)", MP_PARSE_FILE_INPUT);
71-
__syscall0(0xDEADBEEF);
7270

7371
do_frozen("bios.py");
7472

0 commit comments

Comments
 (0)