diff options
| author | ruki <[email protected]> | 2020-06-13 10:12:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-13 10:12:41 +0800 |
| commit | 9636ff2d67111f584a1a4a8e995e672940f3a8b7 (patch) | |
| tree | 32107c46de527cd1b25c41ba3f55d4a6bedf407b /tests/projects/c++/protobuf/src/subdir | |
| parent | b0dbf85198909ffdcdd086c94ce429a81626a01f (diff) | |
add proto rootdir
Diffstat (limited to 'tests/projects/c++/protobuf/src/subdir')
| -rw-r--r-- | tests/projects/c++/protobuf/src/subdir/test2.proto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/projects/c++/protobuf/src/subdir/test2.proto b/tests/projects/c++/protobuf/src/subdir/test2.proto new file mode 100644 index 000000000..811cdac3e --- /dev/null +++ b/tests/projects/c++/protobuf/src/subdir/test2.proto @@ -0,0 +1,8 @@ +syntax = "proto3"; +package test2; +message TestCase2 { + string name2 = 4; +} +message Test2 { + repeated TestCase2 case2 = 1; +} |
