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

Unified Diff: test/cctest/test-utils-arm64.cc

Issue 207823003: Rename A64 port to ARM64 port (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry Created 6 years, 9 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-utils-arm64.h ('k') | test/mjsunit/harmony/proxies.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-utils-arm64.cc
diff --git a/test/cctest/test-utils-a64.cc b/test/cctest/test-utils-arm64.cc
similarity index 99%
rename from test/cctest/test-utils-a64.cc
rename to test/cctest/test-utils-arm64.cc
index 7179d5db2ff335d4bc831abfaccb4e7a91c6665e..9eb32b002ee802eba1c11e7c94ad7dd84280235f 100644
--- a/test/cctest/test-utils-a64.cc
+++ b/test/cctest/test-utils-arm64.cc
@@ -28,9 +28,9 @@
#include "v8.h"
#include "macro-assembler.h"
-#include "a64/utils-a64.h"
+#include "arm64/utils-arm64.h"
#include "cctest.h"
-#include "test-utils-a64.h"
+#include "test-utils-arm64.h"
using namespace v8::internal;
« no previous file with comments | « test/cctest/test-utils-arm64.h ('k') | test/mjsunit/harmony/proxies.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698