aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/test9.proto
diff options
context:
space:
mode:
authorGravatar Peter Marton <pmarton@netflix.com>2018-03-26 16:07:45 -0700
committerGravatar Peter Marton <pmarton@netflix.com>2018-05-08 09:23:56 -0700
commit13f94b4092cff9bc36a62adb4bf2e362b4f85979 (patch)
treee78104e42e6d56aa0233a829371bf639bfd3e469 /js/test9.proto
parent3c4e36847330df7c6b3e136b5abf590466dac164 (diff)
Fix strict JS generator with import in a protofile
Diffstat (limited to 'js/test9.proto')
-rw-r--r--js/test9.proto3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/test9.proto b/js/test9.proto
index 4eeac02a..9f680852 100644
--- a/js/test9.proto
+++ b/js/test9.proto
@@ -30,8 +30,7 @@
syntax = "proto2";
-option java_package = "com.google.apps.jspb.proto";
-option java_multiple_files = true;
+package jspb.exttest.strict.nine;
message Simple9 {
required string a_string = 1;