Index: test/cctest/compiler/test-instruction.cc |
diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc |
index e3a89e475b1c217ca2c015086a98dc5203008cfe..ea560eebfd53efc6c35a04e61fb84f22769e9709 100644 |
--- a/test/cctest/compiler/test-instruction.cc |
+++ b/test/cctest/compiler/test-instruction.cc |
@@ -53,7 +53,7 @@ class InstructionTester : public HandleAndZoneScope { |
// Compute the RPO order. |
Scheduler scheduler(zone(), &graph, &schedule); |
scheduler.ComputeSpecialRPO(); |
- ASSERT(schedule.rpo_order()->size() > 0); |
+ DCHECK(schedule.rpo_order()->size() > 0); |
} |
code = new TestInstrSeq(&linkage, &graph, &schedule); |
} |