diff --git a/packages/SwingSet/test/gc-kernel.test.js b/packages/SwingSet/test/gc-kernel.test.js index 2ceecabd9ed..aa594391f07 100644 --- a/packages/SwingSet/test/gc-kernel.test.js +++ b/packages/SwingSet/test/gc-kernel.test.js @@ -1165,9 +1165,7 @@ test('terminated vat', async t => { // t.is(refcounts[doomedExport1Kref], undefined); t.falsy(owners[doomedExport1Kref]); - // TODO: we still fail to clean up the [0,0] kref: #3378 is about finding - // somewhere to delete the .refcount key - // t.is(refcounts[doomedExport2Kref], undefined); + t.is(refcounts[doomedExport2Kref], undefined); t.falsy(owners[doomedExport2Kref]); });