summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:42:40 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:42:40 -0700
commit1782f28c866b3fc0534fba69e0802c24414bdaaa (patch)
treef2369ad877847936316037378cc7b62afab55388 /tests
parenteb622c0531f44b9521606ba8a4ec2462a1018d1a (diff)
Documentation, some type renaming, nix unknown handler for now.
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.c b/tests/tests.c
index c7a86fb..d07d495 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -40,7 +40,7 @@ static void test_upb_jit() {
upb_handlers h;
upb_handlers_init(&h, upb_downcast_msgdef(def));
- upb_register_all(&h, NULL, NULL, &upb_test_onvalue, NULL, NULL, NULL);
+ upb_register_all(&h, NULL, NULL, &upb_test_onvalue, NULL, NULL);
upb_decoder d;
upb_decoder_init(&d, &h);
upb_decoder_uninit(&d);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback