Skip to content

Commit

Permalink
GODDAMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 11, 2017
1 parent 75152bf commit 7cd8717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/leak/index.js
Expand Up @@ -4,14 +4,14 @@ const rollup = require('../..');
function test() {
const weak = require('weak');

let shouldCollect = false;
let isCollected = false;
var shouldCollect = false;
var isCollected = false;

function onCollect () {
isCollected = true;
}

let cache;
var cache;
function run () {
return rollup.rollup({
entry: path.resolve(__dirname, 'main.js'),
Expand Down

0 comments on commit 7cd8717

Please sign in to comment.