Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt

Issue 2895963003: Apply layout-test-tidy to LayoutTests/webaudio (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
index 015e0a776090ab416b1979bd1b31d1d1e389e456..4e4b2c13a27898817f92da485f2cdb09796ea602 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
@@ -19,10 +19,18 @@ PASS < [numerical typed arrays] All assertions passed. (total 3 assertions)
PASS > [basic] Simple unit tests for basic assertions.
PASS OfflineAudioContext does exist.
PASS Setting foo1 to 0 did not throw an exception.
-PASS function () { var foo2 = bar; } threw ReferenceError: "bar is not defined".
-PASS function () { var foo3 = bar; } threw ReferenceError: "bar is not defined".
-PASS function () { var foo4 = bar; } threw ReferenceError: "bar is not defined".
-PASS function () { var foo5 = bar; } threw ReferenceError: "bar is not defined".
+PASS function () {
+ let foo2 = bar;
+ } threw ReferenceError: "bar is not defined".
+PASS function () {
+ let foo3 = bar;
+ } threw ReferenceError: "bar is not defined".
+PASS function () {
+ let foo4 = bar;
+ } threw ReferenceError: "bar is not defined".
+PASS function () {
+ let foo5 = bar;
+ } threw ReferenceError: "bar is not defined".
PASS Calling should() with no argument threw Error: "Task.should:: requires at least 1 argument.".
PASS 3 < 5 is true.
PASS false is false.

Powered by Google App Engine
This is Rietveld 408576698