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

Unified Diff: runtime/vm/disassembler_test.cc

Issue 1858283002: Initial SIMDBC interpreter. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: address comments Created 4 years, 8 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/disassembler_test.cc
diff --git a/runtime/vm/disassembler_test.cc b/runtime/vm/disassembler_test.cc
index d07e174e13852da9f18f295a90e203cc4b4192b8..175deeee3f9e96a94ec41097e481809c22d47db0 100644
--- a/runtime/vm/disassembler_test.cc
+++ b/runtime/vm/disassembler_test.cc
@@ -9,7 +9,7 @@
namespace dart {
-#ifndef PRODUCT
+#if !defined(PRODUCT) && !defined(TARGET_ARCH_DBC)
zra 2016/04/14 18:27:47 Sorry to keep bothering you about these. Just want
Vyacheslav Egorov (Google) 2016/04/18 15:56:40 Done.
TEST_CASE(Disassembler) {
Assembler assembler;

Powered by Google App Engine
This is Rietveld 408576698