提交 76013aa5 编写于 作者: F FondMemoryVVV

Modify the format

Signed-off-by: NFondMemoryVVV <mashuai53@huawei.com>
上级 9cbc590a
...@@ -38,10 +38,14 @@ class toolchaintest : public ::testing::TestWithParam<string> {}; ...@@ -38,10 +38,14 @@ class toolchaintest : public ::testing::TestWithParam<string> {};
static string filepath = "/data/local/tmp/libc-test/src"; static string filepath = "/data/local/tmp/libc-test/src";
static vector<std::string> temp = runtest::GetFileNames(filepath); static vector<std::string> temp = runtest::GetFileNames(filepath);
volatile int t_status = 0; volatile int t_status = 0;
static void handler(int s) static int h_sigCount = 0;
static void handler(int sig)
{ {
(void)sig;
h_sigCount++;
} }
static int start(char *wrap, const char *argvs) static int start(char *wrap, const char *argvs)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册