Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt |
index edd8fd8b21275be2ee8a30f413629d2d76feeb92..74b37b252091d6b86d3b129b6d2314a93afcec58 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt |
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt |
@@ -3,7 +3,9 @@ This is a testharness.js-based test. |
PASS # AUDIT TASK RUNNER STARTED. |
PASS > [basic-failure] Testing basic assertion failures. |
FAIL X Setting foo to bar incorrectly threw ReferenceError: "bar is not defined". assert_true: expected true got false |
-FAIL X function () { var foo = 0; } did not throw an exception. assert_true: expected true got false |
+FAIL X function () { |
+ let foo = 0; |
+ } did not throw an exception. assert_true: expected true got false |
FAIL X 3 < 5 is not true. Got false. assert_true: expected true got false |
FAIL X true is not false. Got true. assert_true: expected true got false |
FAIL X The number of channels is not equal to 2. Got 1. assert_true: expected true got false |