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
|