summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:13:09 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:13:09 -0700
commiteb622c0531f44b9521606ba8a4ec2462a1018d1a (patch)
treef6c6de6e4b2508626f42268968f9d9078307809b /tests
parentf74534b42ac9ac8b0ff496cb0da83f1201bbf8da (diff)
Split upb_stream -> upb_bytestream/upb_handlers.
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 2fe8b8d..c7a86fb 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -5,7 +5,7 @@
#include "upb_def.h"
#include "upb_glue.h"
#include "upb_test.h"
-#include "upb_stream.h"
+#include "upb_handlers.h"
#include "upb_decoder.h"
static upb_symtab *load_test_proto() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback