aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/unittest_import.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unittest_import.proto')
-rw-r--r--src/google/protobuf/unittest_import.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/google/protobuf/unittest_import.proto b/src/google/protobuf/unittest_import.proto
index 38275dc9..4ae8e337 100644
--- a/src/google/protobuf/unittest_import.proto
+++ b/src/google/protobuf/unittest_import.proto
@@ -34,6 +34,7 @@
//
// A proto file which is imported by unittest.proto to test importing.
+syntax = "proto2";
// We don't put this in a package within proto2 because we need to make sure
// that the generated code doesn't depend on being in the proto2 namespace.
@@ -43,7 +44,7 @@ package protobuf_unittest_import;
option optimize_for = SPEED;
-// Excercise the java_package option.
+// Exercise the java_package option.
option java_package = "com.google.protobuf.test";
// Do not set a java_outer_classname here to verify that Proto2 works without