diff options
author | Josh Haberman <jhaberman@gmail.com> | 2016-02-18 10:40:07 -0800 |
---|---|---|
committer | Josh Haberman <jhaberman@gmail.com> | 2016-02-18 10:40:07 -0800 |
commit | 29d58d3392337228e05c5883f2ffdc06ac8cc983 (patch) | |
tree | a9d55f6b68a173efc9ffb2284f83ad2349301fd2 | |
parent | c348af2fc0da16d8bd94992f7db969be90d2b115 (diff) |
Removed unused directives from tests that aren't run under CommonJS.
-rw-r--r-- | js/binary/reader_test.js | 2 | ||||
-rw-r--r-- | js/binary/utils_test.js | 2 |
2 files changed, 0 insertions, 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'); |