aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/binary
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-02-18 10:40:07 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-02-18 10:40:07 -0800
commit29d58d3392337228e05c5883f2ffdc06ac8cc983 (patch)
treea9d55f6b68a173efc9ffb2284f83ad2349301fd2 /js/binary
parentc348af2fc0da16d8bd94992f7db969be90d2b115 (diff)
Removed unused directives from tests that aren't run under CommonJS.
Diffstat (limited to 'js/binary')
-rw-r--r--js/binary/reader_test.js2
-rw-r--r--js/binary/utils_test.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/js/binary/reader_test.js b/js/binary/reader_test.js
index c0f12702..a6482610 100644
--- a/js/binary/reader_test.js
+++ b/js/binary/reader_test.js
@@ -42,8 +42,6 @@
*/
goog.require('goog.testing.asserts');
-
-// CommonJS-LoadFromFile: google_protobuf
goog.require('jspb.BinaryConstants');
goog.require('jspb.BinaryDecoder');
goog.require('jspb.BinaryReader');
diff --git a/js/binary/utils_test.js b/js/binary/utils_test.js
index 1b90855d..5c330791 100644
--- a/js/binary/utils_test.js
+++ b/js/binary/utils_test.js
@@ -38,8 +38,6 @@
goog.require('goog.crypt.base64');
goog.require('goog.testing.asserts');
-
-// CommonJS-LoadFromFile: googleProtobuf
goog.require('jspb.BinaryConstants');
goog.require('jspb.BinaryWriter');
goog.require('jspb.utils');