aboutsummaryrefslogtreecommitdiff
path: root/js/binary/proto_test.js
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-02-29 10:09:56 -0800
committerJoshua Haberman <jhaberman@gmail.com>2016-02-29 10:09:56 -0800
commit52f62e3652ce80ab14593331f4277539e7fa29c8 (patch)
tree7fa2adc29c693ceefd0c78d094e85b4f57784476 /js/binary/proto_test.js
parent9f775a82cd1b5881ef9d32297a21946ab1ea6493 (diff)
parentc9f8a1b00607be071d8be9e2bdc42ffcf97442aa (diff)
downloadprotobuf-52f62e3652ce80ab14593331f4277539e7fa29c8.tar.gz
protobuf-52f62e3652ce80ab14593331f4277539e7fa29c8.tar.bz2
protobuf-52f62e3652ce80ab14593331f4277539e7fa29c8.zip
Merge pull request #1274 from murgatroid99/node_relative_requires
Fix CommonJS relative require generation, and test it
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 817f8a79..3b4aa17f 100644
--- a/js/binary/proto_test.js
+++ b/js/binary/proto_test.js
@@ -32,7 +32,7 @@
goog.require('goog.testing.asserts');
-// CommonJS-LoadFromFile: testbinary_pb proto.jspb.test
+// CommonJS-LoadFromFile: ../testbinary_pb proto.jspb.test
goog.require('proto.jspb.test.ExtendsWithMessage');
goog.require('proto.jspb.test.ForeignEnum');
goog.require('proto.jspb.test.ForeignMessage');