Skip to content
Prev Previous commit
Next Next commit
Ensure gc exists
  • Loading branch information
tbranyen authored and John Haley committed Feb 26, 2015
commit 0e80c58d7d72a05d002d8215b0286b6d864f5536
2 changes: 1 addition & 1 deletion test/tests/clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("Clone", function() {
}

process.nextTick(function() {
gc();
global.gc();
done();
});
});
Expand Down