Test: take out old blockListener check

This commit is contained in:
Tim Mickel 2016-08-31 13:57:54 -04:00
parent c70e9759a9
commit 020250e258

View file

@ -6,7 +6,6 @@ test('spec', function (t) {
t.type(VirtualMachine, 'function'); t.type(VirtualMachine, 'function');
t.type(vm, 'object'); t.type(vm, 'object');
t.type(vm.blockListener, 'function');
t.end(); t.end();
}); });