| Index: test/cctest/test-reloc-info.cc
|
| diff --git a/test/cctest/test-reloc-info.cc b/test/cctest/test-reloc-info.cc
|
| index 829fd24f4dfcfb82814bbcc440a04e70a7e47791..bbb0116b833b66599b915c6c0da3ab2941b121e7 100644
|
| --- a/test/cctest/test-reloc-info.cc
|
| +++ b/test/cctest/test-reloc-info.cc
|
| @@ -66,8 +66,8 @@
|
|
|
| writer.Finish();
|
| relocation_info_size = static_cast<int>(buffer_end - writer.pos());
|
| - CodeDesc desc = {buffer.get(), buffer_size, code_size, relocation_info_size,
|
| - 0, NULL};
|
| + CodeDesc desc = { buffer.get(), buffer_size, code_size,
|
| + relocation_info_size, NULL };
|
|
|
| // Read only (non-statement) positions.
|
| {
|
|
|