Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! src: use uv_async_t for WeakRefs
  • Loading branch information
addaleax committed Nov 23, 2019
commit ecfe919a987fade6a4a4110d867f38954d1f828a
2 changes: 1 addition & 1 deletion test/parallel/test-finalization-group-regular-gc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Flags: --harmony-weak-refs
'use strict';
const common = require('../common');
require('../common');
const assert = require('assert');

// Test that finalization callbacks do not crash when caused through a regular
Expand Down