Selaa lähdekoodia

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

Josh Haberman 9 vuotta sitten
vanhempi
commit
29d58d3392
2 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  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');
-
-// CommonJS-LoadFromFile: google_protobuf
 goog.require('jspb.BinaryConstants');
 goog.require('jspb.BinaryDecoder');
 goog.require('jspb.BinaryReader');

+ 0 - 2
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');