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

Unified Diff: test/cctest/compiler/test-linkage.cc

Issue 1163803002: Cosmetic changes to tests to make it easier to concatenate them. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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-linkage.cc
diff --git a/test/cctest/compiler/test-linkage.cc b/test/cctest/compiler/test-linkage.cc
index b903336c0cc089d21f4866c2bd127ad34c028710..300b4192682959264850015224faf15dbbff00b4 100644
--- a/test/cctest/compiler/test-linkage.cc
+++ b/test/cctest/compiler/test-linkage.cc
@@ -21,6 +21,8 @@
#if V8_TURBOFAN_TARGET
+namespace test_linkage {
+
using namespace v8::internal;
using namespace v8::internal::compiler;
@@ -114,5 +116,6 @@ TEST(TestLinkageStubCall) {
// TODO(titzer): test linkage creation for outgoing stub calls.
}
+} // namespace test_linkage
#endif // V8_TURBOFAN_TARGET

Powered by Google App Engine
This is Rietveld 408576698