Skip to content

Commit

Permalink
squash! deps: cherry-pick f4376ec801e1ded from V8 upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Feb 4, 2021
1 parent 5d5dd0b commit f1dae87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/test/cctest/test-unwinder-code-pages.cc
Expand Up @@ -564,7 +564,7 @@ TEST(PCIsInV8_LargeCodeObject_CodePagesAPI) {

// Create a big function that ends up in CODE_LO_SPACE.
const int instruction_size = Page::kPageSize + 1;
CHECK_GT(instruction_size, MemoryChunkLayout::MaxRegularCodeObjectSize())
CHECK_GT(instruction_size, MemoryChunkLayout::MaxRegularCodeObjectSize());
std::unique_ptr<byte[]> instructions(new byte[instruction_size]);

CodeDesc desc;
Expand Down

0 comments on commit f1dae87

Please sign in to comment.