summaryrefslogtreecommitdiffstats
path: root/toolkit/components/commandlines/test/unit/test_bug666224.js
blob: a53ee3e7331b3389a57be38176a3af3817e30e19 (plain)
1
2
3
4
5
6
function run_test() {
  var cmdLine = Cu.createCommandLine();
  try {
    cmdLine.getArgument(cmdLine.length);
  } catch (e) {}
}