summaryrefslogtreecommitdiff
path: root/test/maat_framework_gtest.cpp
diff options
context:
space:
mode:
authorliuwentan <[email protected]>2023-06-21 17:45:53 +0800
committerliuwentan <[email protected]>2023-06-21 17:45:53 +0800
commit56a1dc12e7d23c0b3664faed1c6b59cd336ba8e0 (patch)
tree34474652e681e18eb0880e1f1783e2f39fa6bdc5 /test/maat_framework_gtest.cpp
parent7cb24d96f8e3e00c6d5d0e2fc5016d7dbb140da1 (diff)
[PATCH] garbage compile default timeout 10s
Diffstat (limited to 'test/maat_framework_gtest.cpp')
-rw-r--r--test/maat_framework_gtest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/maat_framework_gtest.cpp b/test/maat_framework_gtest.cpp
index d277d06..faafc93 100644
--- a/test/maat_framework_gtest.cpp
+++ b/test/maat_framework_gtest.cpp
@@ -4116,7 +4116,6 @@ TEST_F(MaatCmdTest, SetExpr) {
EXPECT_TRUE(results[0] == compile_id || results[0] == (compile_id - 1));
maat_state_reset(state);
-
ret = compile_table_set_line(maat_inst, "COMPILE", MAAT_OP_DEL, compile_id-1,
"null", 1, 0);
EXPECT_EQ(ret, 1);