summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2017-01-23 16:56:39 -0800
committerJosh Haberman <jhaberman@gmail.com>2017-01-23 16:56:39 -0800
commit5aa01b46e41dcdbbd2dad6d1b7ecce9a60b8ce7a (patch)
tree209f30d355c86cd961412db9a2e1e25ca81e648b /tests
parent512130adf13809cb857c9a208d728514e5ea31fd (diff)
A couple more fixes.
Diffstat (limited to 'tests')
-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