Fix test that now has FixedArray flag

This commit is contained in:
baldurk
2018-02-16 13:25:23 +00:00
parent 41ba4be01e
commit c1da853854
+1 -1
View File
@@ -447,7 +447,7 @@ TEST_CASE("Read/write via structured of basic types", "[serialiser]")
CHECK(o.type.name == "int32_t");
CHECK(o.type.basetype == SDBasic::Array);
CHECK(o.type.byteSize == 4);
CHECK(o.type.flags == SDTypeFlags::NoFlags);
CHECK(o.type.flags == SDTypeFlags::FixedArray);
CHECK(o.data.children.size() == 4);