summaryrefslogtreecommitdiff
path: root/tests/pb
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-01-15 06:54:54 -0800
committerJoshua Haberman <jhaberman@gmail.com>2019-01-15 06:54:54 -0800
commit9ae5a3af5be8650950c9647b121f23c3a8ae8e83 (patch)
tree8e6837bbeb38202d7591453ecf6fa22f1850761e /tests/pb
parent1508648f30cbaf5a3590572b2313fb5b595a7946 (diff)
parent9ea6bb467810b958c8c2fb0bcf96d0af2b243801 (diff)
Merge branch 'arrayapi' into defcleanup
Diffstat (limited to 'tests/pb')
-rw-r--r--tests/pb/test_encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pb/test_encoder.cc b/tests/pb/test_encoder.cc
index a042d3d..8b78ea8 100644
--- a/tests/pb/test_encoder.cc
+++ b/tests/pb/test_encoder.cc
@@ -24,7 +24,7 @@ void test_pb_roundtrip() {
upb::Arena arena;
google_protobuf_FileDescriptorSet *set =
google_protobuf_FileDescriptorSet_parsenew(
- upb_stringview_make(input.c_str(), input.size()), arena.ptr());
+ upb_strview_make(input.c_str(), input.size()), arena.ptr());
ASSERT(set);
size_t n;
const google_protobuf_FileDescriptorProto *const *files =
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback