| Index: third_party/WebKit/LayoutTests/webaudio/resources/audit.js
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/audit.js b/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
|
| index 177484af53389b6e39e49ccb183174e715c552e7..28d291b199765aded3db3d0ae262dfbc72726d98 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
|
| @@ -851,7 +851,7 @@ window.Audit = (function () {
|
| let message = '< [' + this._label + '] ';
|
|
|
| if (this._result) {
|
| - message += 'All assertion passed. (total ' + this._totalAssertions
|
| + message += 'All assertions passed. (total ' + this._totalAssertions
|
| + ' assertions)';
|
| _logPassed(message);
|
| } else {
|
|
|