From ffa9f047082462f0f8b73ade681aec347934d48d Mon Sep 17 00:00:00 2001 From: lyon1998 <645275593@qq.com> Date: Sun, 31 Oct 2021 20:13:40 +0800 Subject: [PATCH] debug unit test --- port/linux/test/parse-test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/port/linux/test/parse-test.cpp b/port/linux/test/parse-test.cpp index 5eaf10760..80c590e18 100644 --- a/port/linux/test/parse-test.cpp +++ b/port/linux/test/parse-test.cpp @@ -723,6 +723,8 @@ TEST(parser, def_add) { "1 REF a\n" "1 REF b\n" "0 OPT +\n" + "0 RET\n" + "B0\n" ); args_deinit(buffs); EXPECT_EQ(pikaMemNow(), 0);