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

Unified Diff: test/webkit/dfg-resolve-global-specific-dictionary.js

Issue 2161413002: Adjust whitespace to make tests oblivious to --harmony-function-tostring (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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: test/webkit/dfg-resolve-global-specific-dictionary.js
diff --git a/test/webkit/dfg-resolve-global-specific-dictionary.js b/test/webkit/dfg-resolve-global-specific-dictionary.js
index 97c28b83cf9fa0d7dbf7c40fb5733afaa9f20850..cabf8f8e26ccc32d564268d562397e4cd24f2937 100644
--- a/test/webkit/dfg-resolve-global-specific-dictionary.js
+++ b/test/webkit/dfg-resolve-global-specific-dictionary.js
@@ -29,7 +29,7 @@ function foo() {
return x;
}
-x = function() { };
+x = function () { };
var expected = "\"function () { }\"";
« no previous file with comments | « test/webkit/dfg-redundant-load-of-captured-variable-proven-constant.js ('k') | test/webkit/fast/js/basic-strict-mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698