Fix codeCheck warnings

Fix codeCheck warnings.
Issue: I6CMFO

Signed-off-by: songqi <songqi32@huawei.com>
Change-Id: Icfaf8772ed4a08a5f7bd91926bffba9ea9ce60c8
This commit is contained in:
songqi 2023-02-03 09:40:44 +08:00
parent d11ac7d086
commit 27b2f8cd62
3 changed files with 0 additions and 28 deletions

View File

@ -25,9 +25,6 @@
class AsmCaller : public ::testing::Test {
};
// Debug print to stdout
// #define STDOUT_PRINT
#define EMITED_ONE_PARAM_INST_LIST(DEF) \
DEF(mov, [](auto param) { return param; }) \
DEF(neg, [](auto param) { return -param; }) \

View File

@ -28,9 +28,6 @@
static const std::string output_dir = "asm_output";
// Debug print to stdout
// #define STDOUT_PRINT
namespace panda::compiler {
template <Arch arch>

View File

@ -19,28 +19,6 @@
#include <gtest/gtest.h>
namespace panda::json_parser::test {
/*
"key_0" : "key_0.value",
"key_1" :
{
"key_1.0" : "key_1.0.value",
"key_1.1" :
{
"key_1.1.0" : "key_1.1.0.value",
"key_1.1.1" :
[
"key_1.1.1[0]",
{
"key_1.1.1[1].0" : "key_1.1.1[1].0.value",
"key_1.1.1[1].1" : 11111,
"key_1.1.1[1].2" : "key_1.1.1[1].2.value",
},
"key_1.1.1[2]",
]
}
}
*/
HWTEST(JsonParser, ParsePrimitive, testing::ext::TestSize.Level0)
{
auto str = R"(