> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 10:13:34 up 1 day 10:29, 2 users, load average: 0.87, 0.65, 0.57
This commit is contained in:
parent
b823a50a03
commit
4c3fe9b49b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ Suite *expr_suite(void) {
|
|||
s = suite_create("Expr test");
|
||||
tc_core = tcase_create("Core");
|
||||
|
||||
tcase_add_loop_test(tc_core, test_expr_random_100, 0, 100);
|
||||
tcase_add_loop_test(tc_core, test_expr_random_100, 0, 20);
|
||||
tcase_add_loop_test(tc_core, test_expr_negative_operand, 0,
|
||||
sizeof(exprs) / sizeof(exprs[0]));
|
||||
suite_add_tcase(s, tc_core);
|
||||
|
|
Loading…
Reference in a new issue