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

Unified Diff: test/cctest/test-cpu-x87.cc

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 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/test-cpu-x87.cc
diff --git a/test/cctest/test-cpu-x87.cc b/test/cctest/test-cpu-x87.cc
index f1e07cff21d7a12dcca8f8c7a18f16adde23be6e..555d05af66a7c7c85d98ebaa8136283101ad7df9 100644
--- a/test/cctest/test-cpu-x87.cc
+++ b/test/cctest/test-cpu-x87.cc
@@ -27,7 +27,7 @@
#include "src/v8.h"
-#include "src/cpu.h"
+#include "src/base/cpu.h"
#include "test/cctest/cctest.h"
using namespace v8::internal;
@@ -35,6 +35,6 @@ using namespace v8::internal;
TEST(RequiredFeaturesX64) {
// Test for the features required by every x86 CPU in compat/legacy mode.
- CPU cpu;
+ v8::base::CPU cpu;
CHECK(cpu.has_sahf());
}
« src/base/macros.h ('K') | « test/cctest/test-cpu-x64.cc ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698