| Index: test/cctest/test-reloc-info.cc
|
| diff --git a/test/cctest/test-reloc-info.cc b/test/cctest/test-reloc-info.cc
|
| index 7ddc44bba01cd4bdad42ea695a6d62bbdbc891f3..52b5ab8965b06c15aaa5625db167e4af3116ba0c 100644
|
| --- a/test/cctest/test-reloc-info.cc
|
| +++ b/test/cctest/test-reloc-info.cc
|
| @@ -68,8 +68,9 @@ TEST(Positions) {
|
| writer.Finish();
|
| relocation_info_size = static_cast<int>(buffer_end - writer.pos());
|
| MacroAssembler assm(CcTest::i_isolate(), nullptr, 0, CodeObjectRequired::kNo);
|
| - CodeDesc desc = {buffer.get(), buffer_size, code_size,
|
| - relocation_info_size, 0, &assm};
|
| + CodeDesc desc = {
|
| + buffer.get(), buffer_size, code_size, relocation_info_size, 0,
|
| + nullptr, 0, &assm};
|
|
|
| // Read only (non-statement) positions.
|
| {
|
|
|