We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5dd0b commit f1dae87Copy full SHA for f1dae87
deps/v8/test/cctest/test-unwinder-code-pages.cc
@@ -564,7 +564,7 @@ TEST(PCIsInV8_LargeCodeObject_CodePagesAPI) {
564
565
// Create a big function that ends up in CODE_LO_SPACE.
566
const int instruction_size = Page::kPageSize + 1;
567
- CHECK_GT(instruction_size, MemoryChunkLayout::MaxRegularCodeObjectSize())
+ CHECK_GT(instruction_size, MemoryChunkLayout::MaxRegularCodeObjectSize());
568
std::unique_ptr<byte[]> instructions(new byte[instruction_size]);
569
570
CodeDesc desc;
0 commit comments