mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix unit tests
This commit is contained in:
@@ -432,7 +432,7 @@ TEST_CASE("Read/write via structured of basic types", "[serialiser]")
|
||||
SDObject &o = *chunk.data.children[childIdx++];
|
||||
|
||||
CHECK(o.name == "s");
|
||||
CHECK(o.type.name == "const char *");
|
||||
CHECK(o.type.name == "string");
|
||||
CHECK(o.type.basetype == SDBasic::String);
|
||||
CHECK(o.type.byteSize == 4);
|
||||
CHECK(o.type.flags == SDTypeFlags::NoFlags);
|
||||
|
||||
Reference in New Issue
Block a user