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

Unified Diff: test/cctest/test-js-a64-variables.cc

Issue 148503002: A64: Synchronize with r15545. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 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/cctest/test-javascript-a64.cc ('k') | test/cctest/test-list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-js-a64-variables.cc
diff --git a/test/cctest/test-js-a64-variables.cc b/test/cctest/test-js-a64-variables.cc
index 08ff8ddfc594b5875d0f0e408b78c838a7c31407..d3791a9539bb2f8f43f3070aff3b8f22bda16bdc 100644
--- a/test/cctest/test-js-a64-variables.cc
+++ b/test/cctest/test-js-a64-variables.cc
@@ -69,6 +69,7 @@ static void ExpectInt32(int32_t expected, Local<Value> result) {
CHECK_EQ(expected, result->Int32Value());
}
+
// Global variables.
TEST(global_variables) {
v8::HandleScope scope;
« no previous file with comments | « test/cctest/test-javascript-a64.cc ('k') | test/cctest/test-list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698