old_utils_tests: Remove leftover unused attribute

This commit is contained in:
Max Bruckner 2017-05-10 01:15:28 +02:00
parent 186cce3ece
commit b537ca70a3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include "../cJSON_Utils.h"
/* JSON Apply Merge tests: */
const char *merges[15][3] =
static const char *merges[15][3] =
{
{"{\"a\":\"b\"}", "{\"a\":\"c\"}", "{\"a\":\"c\"}"},
{"{\"a\":\"b\"}", "{\"b\":\"c\"}", "{\"a\":\"b\",\"b\":\"c\"}"},