From 29d58d3392337228e05c5883f2ffdc06ac8cc983 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Thu, 18 Feb 2016 10:40:07 -0800 Subject: Removed unused directives from tests that aren't run under CommonJS. --- js/binary/reader_test.js | 2 -- js/binary/utils_test.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/js/binary/reader_test.js b/js/binary/reader_test.js index c0f12702..a6482610 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 1b90855d..5c330791 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'); -- cgit v1.2.3