Skip to content

Commit 4c52869

Browse files
camillobrunivictorgomes
authored andcommitted
fix use
1 parent feaa4d2 commit 4c52869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cctest/node_test_fixture.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void NodeTestEnvironment::SetUp() {
2929

3030
void NodeTestEnvironment::TearDown() {
3131
v8::V8::Dispose();
32-
v8::V8::ShutdownPlatform();
32+
v8::V8::DisposePlatform();
3333
NodeZeroIsolateTestFixture::platform->Shutdown();
3434
NodeZeroIsolateTestFixture::platform.reset(nullptr);
3535
NodeZeroIsolateTestFixture::tracing_agent.reset(nullptr);

0 commit comments

Comments
 (0)