aboutsummaryrefslogtreecommitdiff
path: root/tests/map/map.proto
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-07-27 13:08:33 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-27 13:08:33 -0700
commit731c7139ab46dd0c22bcbda506069e5454e9b2c2 (patch)
treec28e65883c2587f3f19a80e40020ad89ba49dabd /tests/map/map.proto
parent1ed52a9d94362105b3bb15e2b46ec0e836a5220f (diff)
parent72d4ea3f96eab1930d75891cb5df15ea7fb0e614 (diff)
downloadnanopb-c-731c7139ab46dd0c22bcbda506069e5454e9b2c2.tar.gz
Revert "Upgrade nanopb to 0.3.9.1"android-o-mr1-iot-release-1.0.3
am: 72d4ea3f96 Change-Id: Ibf05485d19cfb968c952222b92cc53b6a8268b7f
Diffstat (limited to 'tests/map/map.proto')
-rw-r--r--tests/map/map.proto6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/map/map.proto b/tests/map/map.proto
deleted file mode 100644
index f503625..0000000
--- a/tests/map/map.proto
+++ /dev/null
@@ -1,6 +0,0 @@
-syntax = "proto3";
-
-message MyMessage {
- map<string,uint32> numbers = 1;
-}
-