Browse Source

Removed unused directives from tests that aren't run under CommonJS.

Josh Haberman 9 years ago
parent
commit
29d58d3392
2 changed files with 0 additions and 4 deletions
  1. 0 2
      js/binary/reader_test.js
  2. 0 2
      js/binary/utils_test.js

+ 0 - 2
js/binary/reader_test.js

@@ -42,8 +42,6 @@
  */
  */
 
 
 goog.require('goog.testing.asserts');
 goog.require('goog.testing.asserts');
-
-// CommonJS-LoadFromFile: google_protobuf
 goog.require('jspb.BinaryConstants');
 goog.require('jspb.BinaryConstants');
 goog.require('jspb.BinaryDecoder');
 goog.require('jspb.BinaryDecoder');
 goog.require('jspb.BinaryReader');
 goog.require('jspb.BinaryReader');

+ 0 - 2
js/binary/utils_test.js

@@ -38,8 +38,6 @@
 
 
 goog.require('goog.crypt.base64');
 goog.require('goog.crypt.base64');
 goog.require('goog.testing.asserts');
 goog.require('goog.testing.asserts');
-
-// CommonJS-LoadFromFile: googleProtobuf
 goog.require('jspb.BinaryConstants');
 goog.require('jspb.BinaryConstants');
 goog.require('jspb.BinaryWriter');
 goog.require('jspb.BinaryWriter');
 goog.require('jspb.utils');
 goog.require('jspb.utils');