Removed unused directives from tests that aren't run under CommonJS.
diff --git a/js/binary/reader_test.js b/js/binary/reader_test.js
index c0f1270..a648261 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 1b90855..5c33079 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');