Skip to content

Commit d4e7d4c

Browse files
committed
[squash] 🙏
1 parent b7c33ea commit d4e7d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/test/cctest/test-cpu-profiler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ TEST(FunctionDetailsInlining) {
17441744
const v8::CpuProfileNode* beta = FindChild(env, alpha, "beta");
17451745
if (!beta) return;
17461746
CheckFunctionDetails(env->GetIsolate(), beta, "beta", "script_b",
1747-
script_b->GetUnboundScript()->GetId(), 0, 0);
1747+
script_b->GetUnboundScript()->GetId(), 1, 14);
17481748
}
17491749

17501750
TEST(DontStopOnFinishedProfileDelete) {

0 commit comments

Comments
 (0)