| Index: third_party/protobuf/js/debug_test.js
|
| diff --git a/third_party/protobuf/js/debug_test.js b/third_party/protobuf/js/debug_test.js
|
| index 01cbf891ab50971e36e8908841b9e451f8a8d4be..702cc76e90a26ff616aeb2937480f08c66929168 100644
|
| --- a/third_party/protobuf/js/debug_test.js
|
| +++ b/third_party/protobuf/js/debug_test.js
|
| @@ -65,7 +65,7 @@ describe('debugTest', function() {
|
| 'aBoolean': true
|
| }, jspb.debug.dump(message));
|
|
|
| - message.setAString(undefined);
|
| + message.clearAString();
|
|
|
| assertObjectEquals({
|
| $name: 'proto.jspb.test.Simple1',
|
|
|