From 8bd97ec25c23223ac5726651b9ff5f6c41ea2e1c Mon Sep 17 00:00:00 2001 From: lanxueyuan Date: Fri, 7 May 2021 15:10:15 +0800 Subject: [PATCH] update syspara_test size --- startup_lite/syspara_posix/src/ParameterTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup_lite/syspara_posix/src/ParameterTest.cpp b/startup_lite/syspara_posix/src/ParameterTest.cpp index df78bd607..46800f3df 100755 --- a/startup_lite/syspara_posix/src/ParameterTest.cpp +++ b/startup_lite/syspara_posix/src/ParameterTest.cpp @@ -20,7 +20,7 @@ using namespace std; using namespace testing::ext; namespace StartUpLite { - static const int GET_DEF_PARA_FUN_MAX = 24; + static const int GET_DEF_PARA_FUN_MAX = 22; static const int MAX_LEN = 128; static const int WRONG_LEN = 2; -- GitLab