Skip to content

Commit 219c677

Browse files
committed
multi var is now passing in [email protected]
1 parent 2ef4184 commit 219c677

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/multi_var.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ test('multiple var assignments', function (t) {
1515
b.transform(path.dirname(__dirname));
1616

1717
b.bundle(function (err, src) {
18-
//if (err) t.fail(err);
19-
console.error('NOT PRESENTLY WORKING: ' + err);
20-
return t.ok(true);
18+
if (err) t.fail(err);
2119
vm.runInNewContext(src, { console: { log: log } });
2220
});
2321

0 commit comments

Comments
 (0)