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

Unified Diff: test/cctest/test-hydrogen-types.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/test-hydrogen-types.cc
diff --git a/test/cctest/test-hydrogen-types.cc b/test/cctest/test-hydrogen-types.cc
index 0ac53bde0976163bc58619684bf38e70fbd2fe93..bfb35b82072aca46f5e3c0a34cb6795aaf62960d 100644
--- a/test/cctest/test-hydrogen-types.cc
+++ b/test/cctest/test-hydrogen-types.cc
@@ -8,6 +8,7 @@
using namespace v8::internal;
+namespace test_hydrogen_types {
static const HType kTypes[] = {
#define DECLARE_TYPE(Name, mask) HType::Name(),
@@ -166,3 +167,4 @@ TEST(HTypeNone) {
CHECK(HType::None().IsSubtypeOf(ti));
}
}
+}

Powered by Google App Engine
This is Rietveld 408576698