blob: 9752f53abd075570ef352b69810548e12531c7a6 [file] [edit]
'use strict';
require('../common');
// This test makes sure clearing timers with
// objects doesn't throw
clearImmediate({});
clearTimeout({});
clearInterval({});