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

Unified Diff: runtime/vm/disassembler_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
« no previous file with comments | « runtime/vm/disassembler_mips.cc ('k') | runtime/vm/disassembler_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/disassembler_test.cc
diff --git a/runtime/vm/disassembler_test.cc b/runtime/vm/disassembler_test.cc
index 1c33942fb0f993826aabf8429f782ab7d408264a..d07e174e13852da9f18f295a90e203cc4b4192b8 100644
--- a/runtime/vm/disassembler_test.cc
+++ b/runtime/vm/disassembler_test.cc
@@ -9,6 +9,8 @@
namespace dart {
+#ifndef PRODUCT
+
TEST_CASE(Disassembler) {
Assembler assembler;
// The used instructions work on all platforms.
@@ -22,4 +24,6 @@ TEST_CASE(Disassembler) {
Disassembler::Disassemble(test.entry(), test.entry() + assembler.CodeSize());
}
+#endif // !PRODUCT
+
} // namespace dart
« no previous file with comments | « runtime/vm/disassembler_mips.cc ('k') | runtime/vm/disassembler_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698