summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-07-16 14:14:13 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-07-16 14:14:13 -0700
commitdaf36f07473b627ef634f8f66379a45ac99d32fc (patch)
tree96212a3f25627b89ea7a1bab6fa576252c045a2e /tests
parentb6ca2718c8e9fcb601054b76af96e22920a2070e (diff)
Get rid of upb_symtabtxn.
This type was nothing but a map of defs. We can as easily just pass an array of defs into upb_symtab_add().
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tests.c b/tests/tests.c
index 5cbbd78..1f64718 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -19,7 +19,6 @@ static upb_symtab *load_test_proto() {
}
upb_status status = UPB_STATUS_INIT;
upb_read_descriptor(s, descriptor, len, &status);
- upb_status_print(&status, stderr);
ASSERT(upb_ok(&status));
upb_status_uninit(&status);
free(descriptor);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback