summaryrefslogtreecommitdiff
path: root/tests/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.c')
-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