testpb: add syntax declaration to proto file

Required for Google's internal build system.
This commit is contained in:
Brad Fitzpatrick 2016-02-11 14:59:07 -08:00
parent 7e022f85f5
commit 4eab30f13d

View File

@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
syntax = "proto2";
package testpb;
message TestMessage {