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

Unified Diff: test/webkit/dfg-redundant-load-of-captured-variable-proven-constant.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
« no previous file with comments | « test/mjsunit/mirror-object.js ('k') | test/webkit/dfg-resolve-global-specific-dictionary.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/dfg-redundant-load-of-captured-variable-proven-constant.js
diff --git a/test/webkit/dfg-redundant-load-of-captured-variable-proven-constant.js b/test/webkit/dfg-redundant-load-of-captured-variable-proven-constant.js
index c97b9edf9a1104075f592e2706e1bb8d0567a9fa..90e898ca5c17ac6e8af14606a39f06fad8af3060 100644
--- a/test/webkit/dfg-redundant-load-of-captured-variable-proven-constant.js
+++ b/test/webkit/dfg-redundant-load-of-captured-variable-proven-constant.js
@@ -28,7 +28,7 @@ description(
function foo(o, p) {
var x = o.f;
if (p)
- return function() { return x; }
+ return function () { return x; }
else {
var a = x;
var b = x;
@@ -36,7 +36,7 @@ function foo(o, p) {
}
}
-var o = {f:function() { return 32; }};
+var o = {f:function () { return 32; }};
for (var i = 0; i < 100; ++i) {
var expected;
« no previous file with comments | « test/mjsunit/mirror-object.js ('k') | test/webkit/dfg-resolve-global-specific-dictionary.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698