aboutsummaryrefslogtreecommitdiff
path: root/js/binary/proto_test.js
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2016-11-22 08:48:41 -0800
committerGitHub <noreply@github.com>2016-11-22 08:48:41 -0800
commit72002d8898b39e8ba71c04a13e08cd227542b8e4 (patch)
tree93937dcae5143d2f729a23ef49a4ce4468499b7e /js/binary/proto_test.js
parent04bd6147113f2ef2784aa800b5f7788dd5ef34a5 (diff)
parentfda876a1492fcd7120c66abac1b47a9361f928df (diff)
downloadprotobuf-72002d8898b39e8ba71c04a13e08cd227542b8e4.tar.gz
protobuf-72002d8898b39e8ba71c04a13e08cd227542b8e4.tar.bz2
protobuf-72002d8898b39e8ba71c04a13e08cd227542b8e4.zip
Merge pull request #2400 from acozzette/jspb-test-fixes
Fixed JSPB test failures
Diffstat (limited to 'js/binary/proto_test.js')
-rw-r--r--js/binary/proto_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/binary/proto_test.js b/js/binary/proto_test.js
index ae50a703..f86dc645 100644
--- a/js/binary/proto_test.js
+++ b/js/binary/proto_test.js
@@ -88,7 +88,7 @@ goog.require('proto.jspb.test.extendRepeatedStringList');
goog.require('proto.jspb.test.extendRepeatedUint32List');
goog.require('proto.jspb.test.extendRepeatedUint64List');
-// CommonJS-LoadFromFile: google/protobuf/any_pb proto.google.protobuf
+// CommonJS-LoadFromFile: ../node_modules/google-protobuf/google/protobuf/any_pb proto.google.protobuf
goog.require('proto.google.protobuf.Any');