| Index: test/cctest/compiler/test-instruction.cc
|
| diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc
|
| index 54babfe78cdebbc67346d8cc1b7be465c80a4b2a..e0fa34640856510f7e232b15dc9e69aed729cea3 100644
|
| --- a/test/cctest/compiler/test-instruction.cc
|
| +++ b/test/cctest/compiler/test-instruction.cc
|
| @@ -139,7 +139,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());
|
| }
|
| }
|
|
|
|
|