| Index: third_party/protobuf/js/binary/decoder_test.js
|
| diff --git a/third_party/protobuf/js/binary/decoder_test.js b/third_party/protobuf/js/binary/decoder_test.js
|
| index d045e912cf044985c51e3db4339a34ec34d07483..ac3126484798a4695b5dde0bf9d6bec15fedb53d 100644
|
| --- a/third_party/protobuf/js/binary/decoder_test.js
|
| +++ b/third_party/protobuf/js/binary/decoder_test.js
|
| @@ -147,9 +147,8 @@ function doTestSignedValue(readValue,
|
| describe('binaryDecoderTest', function() {
|
| /**
|
| * Tests the decoder instance cache.
|
| - * @suppress {visibility}
|
| */
|
| - it('testInstanceCache', function() {
|
| + it('testInstanceCache', /** @suppress {visibility} */ function() {
|
| // Empty the instance caches.
|
| jspb.BinaryDecoder.instanceCache_ = [];
|
|
|
|
|