Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: client/flagpb/unmarshal_test.proto

Issue 1935923002: client/flagpb: fix repeated bool without value (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/flagpb/unmarshal_test.go ('k') | client/flagpb/unmarshal_test.pb_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/flagpb/unmarshal_test.proto
diff --git a/client/flagpb/unmarshal_test.proto b/client/flagpb/unmarshal_test.proto
index f45c3aebc25f86bee1061918a0ea0e6333b0c385..83de0a99e70137b473e9692a0747b7e6f1ef0fd1 100644
--- a/client/flagpb/unmarshal_test.proto
+++ b/client/flagpb/unmarshal_test.proto
@@ -12,6 +12,7 @@ message M1 {
int32 i = 2;
repeated int32 ri = 3;
bool b = 4;
+ repeated bool rb = 6;
bytes bb = 5;
}
« no previous file with comments | « client/flagpb/unmarshal_test.go ('k') | client/flagpb/unmarshal_test.pb_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698