comparison: toolkit/components/commandlines/test/unit/test_bug666224.js
toolkit/components/commandlines/test/unit/test_bug666224.js
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
equal
deleted
inserted
replaced
|
1 function run_test() { |
|
2 var cmdLine=Components.classes["@mozilla.org/toolkit/command-line;1"].createInstance(Components.interfaces.nsICommandLine); |
|
3 try { |
|
4 cmdLine.getArgument(cmdLine.length); |
|
5 } catch(e) {} |
|
6 } |