blob: 84eb4fc419925d70470cd5fb90befb97e4fcd4fe [file] [log] [blame]
setTimeout('{', 10);
setTimeout(function(){
t.step(function(){
assert_true(ran, 'ran');
t.done();
});
t_col.step(col_check);
}, 20);