> 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 03:20:34 up 1 day 3:36, 2 users, load average: 0.36, 0.53, 0.55
This commit is contained in:
parent
f1bbfbbfc5
commit
39078a89c0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ START_TEST(test_expr_random_100) {
|
|||
fputs(code_buf, fp);
|
||||
fclose(fp);
|
||||
|
||||
int ret = system("gcc /tmp/.code.c -o /tmp/.expr 2>/dev/null");
|
||||
int ret = system("gcc /tmp/.code.c -o /tmp/.expr");
|
||||
ck_assert_msg(!ret, "system ret: %d, error: %s", ret, strerror(ret));
|
||||
|
||||
fp = popen("/tmp/.expr", "r");
|
||||
|
|
Loading…
Reference in a new issue