mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-24 07:10:22 +00:00
Fix codeCheck warnings
Fix codeCheck warnings. Issue: I6CMFO Signed-off-by: songqi <songqi32@huawei.com> Change-Id: Icfaf8772ed4a08a5f7bd91926bffba9ea9ce60c8
This commit is contained in:
parent
d11ac7d086
commit
27b2f8cd62
@ -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; }) \
|
||||
|
@ -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>
|
||||
|
@ -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"(
|
||||
|
Loading…
Reference in New Issue
Block a user