Index: test/cctest/compiler/test-instruction.cc |
diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc |
index 2b41e40c6b049f598db900f61541ee27b701d12d..24039aeec467e33cc3e618571ef9698556ff8259 100644 |
--- a/test/cctest/compiler/test-instruction.cc |
+++ b/test/cctest/compiler/test-instruction.cc |
@@ -137,7 +137,7 @@ TEST(InstructionBasic) { |
BasicBlock* block = *i; |
CHECK_EQ(block->rpo_number(), R.BlockAt(block)->rpo_number().ToInt()); |
CHECK_EQ(block->id().ToInt(), R.BlockAt(block)->id().ToInt()); |
- CHECK_EQ(-1, block->loop_end()); |
+ CHECK_EQ(NULL, block->loop_end()); |
} |
} |