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

This commit is contained in:
Josh Haberman 2016-02-18 10:40:07 -08:00
parent c348af2fc0
commit 29d58d3392
2 changed files with 0 additions and 4 deletions

View File

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

View File

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