aboutsummaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorwiktorg <wiktorg@google.com>2022-01-14 02:57:07 -0800
committerCopybara-Service <copybara-worker@google.com>2022-01-14 02:57:55 -0800
commit99f0c7660c207a82fe055996f9d20e57d98bf400 (patch)
tree2fc36cc3c6dcac796f2d357633c657c6930ccf77 /proto
parent5ec448743f4563eaeec338d3553e8dd6ebefee30 (diff)
downloadtink-99f0c7660c207a82fe055996f9d20e57d98bf400.tar.gz
Add TestProtoWithoutCtype
PiperOrigin-RevId: 421778404
Diffstat (limited to 'proto')
-rw-r--r--proto/test_proto.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/test_proto.proto b/proto/test_proto.proto
index 827e16dd8..2755d7a90 100644
--- a/proto/test_proto.proto
+++ b/proto/test_proto.proto
@@ -28,3 +28,7 @@ message NestedTestProto {
uint64 num = 3;
bytes str = 4; // placeholder for ctype
}
+
+message TestProtoWithoutCtype {
+ bytes str = 1;
+}