forked from bblanchon/ArduinoJson
Add missing semicolon (fixes #1857)
This commit is contained in:
@ -165,7 +165,7 @@ TEST_CASE("copyArray()") {
|
|||||||
char json[32] = "";
|
char json[32] = "";
|
||||||
int source[][3] = {{1, 2, 3}, {4, 5, 6}};
|
int source[][3] = {{1, 2, 3}, {4, 5, 6}};
|
||||||
|
|
||||||
CAPTURE(SIZE)
|
CAPTURE(SIZE);
|
||||||
|
|
||||||
bool ok = copyArray(source, array);
|
bool ok = copyArray(source, array);
|
||||||
CAPTURE(doc.memoryUsage());
|
CAPTURE(doc.memoryUsage());
|
||||||
|
Reference in New Issue
Block a user