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