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

Unified Diff: test/cctest/compiler/test-run-jsexceptions.cc

Issue 1242123006: [turbofan] Deferred block spilling heuristic - first step. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tight splitting Created 5 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/cctest/compiler/test-run-jsexceptions.cc
diff --git a/test/cctest/compiler/test-run-jsexceptions.cc b/test/cctest/compiler/test-run-jsexceptions.cc
index 0e1977b72024b4eebc07ff701c77b06abb194297..d2129e4b38f23e7c1f300a48d9992a85d963e654 100644
--- a/test/cctest/compiler/test-run-jsexceptions.cc
+++ b/test/cctest/compiler/test-run-jsexceptions.cc
@@ -83,7 +83,7 @@ TEST(ThrowMessageIndirectly) {
TEST(Catch) {
i::FLAG_turbo_try_catch = true;
const char* src =
- "(function(a,b) {"
+ "(function foobar(a,b) {"
" var r = '-';"
" try {"
" r += 'A-';"

Powered by Google App Engine
This is Rietveld 408576698