summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2019-01-16 19:40:17 -0800
committerGitHub <noreply@github.com>2019-01-16 19:40:17 -0800
commitc7870e0f77d6331babfdb89f8c83e4e0279b5e70 (patch)
treec846e5482a1d70b03e9b5eb957c119156fdd19a3 /tests
parent87b59f445b7be42685491b816416a4e360e30b33 (diff)
Supprot FieldMask json encoding/decoding. (#147)
Diffstat (limited to 'tests')
-rw-r--r--tests/pb/test_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pb/test_decoder.cc b/tests/pb/test_decoder.cc
index 49544b2..e44f60c 100644
--- a/tests/pb/test_decoder.cc
+++ b/tests/pb/test_decoder.cc
@@ -1098,7 +1098,7 @@ void test_valid() {
LINE("%u:{")
LINE(" <")
LINE(" %u:(5)\"abcde")
- LINE(" %u:\"")
+ LINE(" %u:\"")
LINE(" >")
LINE("}")
LINE(">"), msg_fn, UPB_DESCRIPTOR_TYPE_STRING,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback