[test-serialize] Assert len

This commit is contained in:
Behdad Esfahbod 2022-01-23 10:52:13 -07:00
parent 76c6f4164f
commit 6c09a8b5b0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ main (int argc, char **argv)
s.end_serialize ();
hb_bytes_t bytes = s.copy_bytes ();
printf ("serialized %u bytes\n", bytes.length);
assert (bytes.length == 10);
bytes.fini ();
return 0;