summaryrefslogtreecommitdiff
path: root/tests/test_def.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_def.c')
-rw-r--r--tests/test_def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_def.c b/tests/test_def.c
index 76914c7..d82fddb 100644
--- a/tests/test_def.c
+++ b/tests/test_def.c
@@ -164,7 +164,7 @@ static void test_symbol_resolution() {
static void test_fielddef_unref() {
bool ok;
- upb_symtab *s = load_test_proto(&s);
+ upb_symtab *s = load_test_proto();
const upb_msgdef *md = upb_symtab_lookupmsg(s, "A");
const upb_fielddef *f = upb_msgdef_itof(md, 1);
upb_fielddef_ref(f, &f);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback