Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'android'
- Manifest: toolkit/components/commandlines/test/unit/xpcshell.toml
function run_test() {
var cmdLine = Cu.createCommandLine(
[],
null,
Ci.nsICommandLine.STATE_INITIAL_LAUNCH
);
try {
cmdLine.getArgument(cmdLine.length);
} catch (e) {}
}