Chromium Code Reviews

Unified Diff: test/cctest/compiler/test-operator.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.
Jump to:
View side-by-side diff with in-line comments
Index: test/cctest/compiler/test-operator.cc
diff --git a/test/cctest/compiler/test-operator.cc b/test/cctest/compiler/test-operator.cc
index e635da797d2b4cf99c846b958818b3d1d535677f..cd418c44db3a45a1fca989703c03f0bd6a8e4dd5 100644
--- a/test/cctest/compiler/test-operator.cc
+++ b/test/cctest/compiler/test-operator.cc
@@ -281,3 +281,6 @@ TEST(Operator_CountsOrder) {
CHECK_EQ(55, op.EffectOutputCount());
CHECK_EQ(66, op.ControlOutputCount());
}
+
+#undef NONE
+#undef FOLD
ulan 2015/06/01 13:08:24 This should be done in concatenation script.
Erik Corry 2015/06/01 15:15:47 Done

Powered by Google App Engine