| 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 8c5e955c658cb138ace358a5c8b79b61f0ee6f07..0ef24b25a1ec4a9367762407c326a58609e92545 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
|
| @@ -35,6 +35,7 @@
|
| should(2).beLessThan(1);
|
| should(2).beLessThanOrEqualTo(1);
|
| should(should(1).beEqualTo(2), 'should(1).beEqualTo(2)').beTrue();
|
| + should(false, 'The message is').message('truthful!', 'false!');
|
|
|
| let oac = new OfflineAudioContext(1, 128, 44100);
|
| Promise.all([
|
|
|