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

Unified Diff: test/cctest/interpreter/test-interpreter.cc

Issue 1410993009: Move interpreter cctests into v8::internal::interpreter namespace. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/test-interpreter.cc
diff --git a/test/cctest/interpreter/test-interpreter.cc b/test/cctest/interpreter/test-interpreter.cc
index 22bf575e66a3b532924629ace274125b7ff2f9fa..3fb12af4801afefe75e564355f5bf278ffef5ae1 100644
--- a/test/cctest/interpreter/test-interpreter.cc
+++ b/test/cctest/interpreter/test-interpreter.cc
@@ -155,19 +155,6 @@ class InterpreterTester {
DISALLOW_COPY_AND_ASSIGN(InterpreterTester);
};
-} // namespace interpreter
-} // namespace internal
-} // namespace v8
-
-using v8::internal::BytecodeArray;
-using v8::internal::Handle;
-using v8::internal::LanguageMode;
-using v8::internal::Object;
-using v8::internal::Runtime;
-using v8::internal::Smi;
-using v8::internal::Strength;
-using v8::internal::Token;
-using namespace v8::internal::interpreter;
TEST(InterpreterReturn) {
HandleAndZoneScope handles;
@@ -2724,3 +2711,7 @@ TEST(InterpreterForIn) {
CHECK_EQ(Handle<Smi>::cast(return_val)->value(), for_in_samples[i].second);
}
}
+
+} // namespace interpreter
+} // namespace internal
+} // namespace v8
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698