blob: 4ed43310a92b5cd2d719e68491345a2c27ace341 [file] [log] [blame]
// In a debugger with no debuggees, findObjects should return no objects.
var dbg = new Debugger;
assertEq(dbg.findObjects().length, 0);