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

Unified Diff: runtime/vm/flow_graph_range_analysis_test.cc

Issue 1678203002: Remove more feature in product mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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: runtime/vm/flow_graph_range_analysis_test.cc
diff --git a/runtime/vm/flow_graph_range_analysis_test.cc b/runtime/vm/flow_graph_range_analysis_test.cc
index 308b1ce6edeff291d49fd04936110534a3f406b2..d3e63db70f7a47481c1b03833381ad3e095c6291 100644
--- a/runtime/vm/flow_graph_range_analysis_test.cc
+++ b/runtime/vm/flow_graph_range_analysis_test.cc
@@ -7,6 +7,7 @@
namespace dart {
+#ifndef PRODUCT
rmacnak 2016/02/08 22:42:36 Let's exclude just the prints.
Cutch 2016/02/08 23:07:55 Done.
TEST_CASE(RangeTests) {
Range* zero = new Range(
@@ -702,4 +703,6 @@ TEST_CASE(RangeJoinMinMax) {
size).IsMaximumOrAbove(size));
}
+#endif
+
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698