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

pull/1215/head
Josh Haberman 9 years ago
parent c348af2fc0
commit 29d58d3392
  1. 2
      js/binary/reader_test.js
  2. 2
      js/binary/utils_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');

@ -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');

Loading…
Cancel
Save