summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_def.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_def.c b/tests/test_def.c
index e6f95d7..732835d 100644
--- a/tests/test_def.c
+++ b/tests/test_def.c
@@ -14,6 +14,8 @@ int main() {
}
free(defs);
+ printf("Size: %zd\n", sizeof(upb_ntof_ent));
+
upb_string *str = upb_strdupc("google.protobuf.FileDescriptorSet");
upb_def *fds = upb_symtab_lookup(s, str);
assert(fds != NULL);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback