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

Unified Diff: runtime/vm/ast_printer_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/ast_printer_test.cc
diff --git a/runtime/vm/ast_printer_test.cc b/runtime/vm/ast_printer_test.cc
index 082d8dcf6a09668406fe249a2e288119934b0f89..18cef1ade32b252ab9218b5729a242a33987db50 100644
--- a/runtime/vm/ast_printer_test.cc
+++ b/runtime/vm/ast_printer_test.cc
@@ -12,6 +12,8 @@
namespace dart {
+#ifndef PRODUCT
+
TEST_CASE(AstPrinter) {
const TokenPosition kPos = TokenPosition::kNoSource;
LocalVariable* v =
@@ -36,4 +38,6 @@ TEST_CASE(AstPrinter) {
AstPrinter::PrintNode(new UnaryOpNode(kPos, Token::kNEGATE, ll));
}
+#endif
rmacnak 2016/02/08 22:42:36 // !PRODUCT
Cutch 2016/02/08 23:07:55 Done.
+
} // namespace dart
« no previous file with comments | « runtime/vm/ast_printer.cc ('k') | runtime/vm/code_generator.cc » ('j') | runtime/vm/flag_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698