Fix static code analysis issue.

This commit is contained in:
Ryan Curtin
2020-12-15 20:25:56 -05:00
parent 6b3df364e5
commit 55c5d3f23b
+1 -1
View File
@@ -1644,7 +1644,7 @@ TEST_CASE("CerealEmptyArrayWrapperTest", "[SerializationTest]")
jsonT.mem = new int[5];
jsonT.len = 5;
SerializeObjectAll(t, xmlT, binaryT, jsonT);
SerializeObjectAll(t, xmlT, jsonT, binaryT);
// Ensure that all the results are correct.
REQUIRE(xmlT.mem == (int*) NULL);