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

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: Fix snapshot-external.cc 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
« no previous file with comments | « test/cctest/test-global-object.cc ('k') | test/cctest/test-microtask-delivery.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..93fdf7b32d7e35a429ebc38047cf155b424dd624 100644
--- a/test/cctest/test-hydrogen-types.cc
+++ b/test/cctest/test-hydrogen-types.cc
@@ -8,7 +8,6 @@
using namespace v8::internal;
-
static const HType kTypes[] = {
#define DECLARE_TYPE(Name, mask) HType::Name(),
HTYPE_LIST(DECLARE_TYPE)
« no previous file with comments | « test/cctest/test-global-object.cc ('k') | test/cctest/test-microtask-delivery.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698