> 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:19  up 1 day 10:29,  2 users,  load average: 0.42, 0.56, 0.54
This commit is contained in:
tracer-ysyx 2024-01-13 10:13:19 +08:00 committed by xinyangli
parent ed5286d81a
commit b823a50a03

View file

@ -144,7 +144,7 @@ struct {
uint32_t reference;
} exprs[] = {
{"-1", 0xFFFFFFFFU},
{"--1", 0x1},
{"0--1", 0x1},
};
START_TEST(test_expr_negative_operand) {
yy_scan_string(exprs[_i].expr);