Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Feb 20, 2025
1 parent 3ec998b commit a7aada2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tests/test_paramdict.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ static int test_paramdict_2()

static int test_paramdict_3()
{
const unsigned char mem[] =
{
const unsigned char mem[] = {
0x00, 0x00, 0x00, 0x00,
0x64, 0x00, 0x00, 0x00,
0xfb, 0xa4, 0xff, 0xff,
Expand Down Expand Up @@ -338,8 +337,7 @@ static int test_paramdict_3()

static int test_paramdict_4()
{
const unsigned char mem[] =
{
const unsigned char mem[] = {
0x00, 0x00, 0x00, 0x00,
0xff, 0xff, 0xff, 0xff,
0xfb, 0xa4, 0xff, 0xff,
Expand Down Expand Up @@ -428,8 +426,7 @@ static int test_paramdict_4()

static int test_paramdict_5()
{
const unsigned char mem[] =
{
const unsigned char mem[] = {
0x98, 0xa4, 0xff, 0xff,
0x0c, 0x00, 0x00, 0x00,
0x62, 0x69, 0x6a, 0x2c,
Expand All @@ -448,7 +445,7 @@ static int test_paramdict_5()
0x96, 0xa4, 0xff, 0xff,
0x01, 0x00, 0x00, 0x00,
0x58, 0x00, 0x00, 0x00,
0x17, 0xff, 0xff, 0xff,
0x17, 0xff, 0xff, 0xff
};

ParamDictTest pdt;
Expand Down

0 comments on commit a7aada2

Please sign in to comment.