Index: test/cctest/compiler/test-instruction.cc |
diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc |
index a9feaac2c854476862c889a10322f4f7f2abcb37..073d584489f565180c7a27e7846977dd85dd28ec 100644 |
--- a/test/cctest/compiler/test-instruction.cc |
+++ b/test/cctest/compiler/test-instruction.cc |
@@ -112,7 +112,7 @@ TEST(InstructionBasic) { |
R.allocCode(); |
- CHECK_EQ(R.graph.NodeCount(), R.code->ValueCount()); |
+ CHECK_EQ(R.graph.NodeCount(), R.code->node_count()); |
BasicBlockVector* blocks = R.schedule.rpo_order(); |
CHECK_EQ(static_cast<int>(blocks->size()), R.code->BasicBlockCount()); |