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

Unified Diff: test/webkit/fast/js/kde/completion.js

Issue 1415283003: Adapt tests in preparation of shipping --harmony-completion. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments. Created 5 years, 2 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/webkit/fast/js/basic-strict-mode-expected.txt ('k') | test/webkit/fast/js/kde/completion-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/kde/completion.js
diff --git a/test/webkit/fast/js/kde/completion.js b/test/webkit/fast/js/kde/completion.js
index f9f02093974045acbf83a891f21d262d7667acfd..0a16efc6e6236c989396f9ab34a1e4410922c683 100644
--- a/test/webkit/fast/js/kde/completion.js
+++ b/test/webkit/fast/js/kde/completion.js
@@ -41,8 +41,6 @@ var val = eval("11; { }");
shouldBe("val", "11");
val = eval("12; ;");
shouldBe("val", "12");
-val = eval("13; if(false);");
-shouldBe("val", "13");
val = eval("14; function f() {}");
shouldBe("val", "14");
val = eval("15; var v = 0");
« no previous file with comments | « test/webkit/fast/js/basic-strict-mode-expected.txt ('k') | test/webkit/fast/js/kde/completion-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698