| Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
|
| index 7fbace2f44c285caef3646b40f9dd735d3c3e7a0..62d3c7b2b27d00157d2db31934d64bda4cd7280c 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
|
| @@ -27,8 +27,8 @@
|
| should(function () { var foo = 0; }).throw('ReferenceError');
|
| should(3 > 5, '3 < 5').beTrue();
|
| should(true).beFalse();
|
| - should(1).beEqualTo(2)
|
| - should(1).notBeEqualTo(1)
|
| + should(1, 'one').beEqualTo(2);
|
| + should(1).notBeEqualTo(1);
|
| should(typeof 3.141592, 'typeof 3.141592').beEqualTo('string');
|
| should(1).beGreaterThan(2);
|
| should(1).beGreaterThanOrEqualTo(2);
|
|
|