mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 19:59:18 +02:00
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D36052 --HG-- extra : source : b5be5b4f4b47c256e28a29f665dc754f6407ee7f
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
function run_test() {
|
|
var cmdLine = Cu.createCommandLine();
|
|
try {
|
|
cmdLine.getArgument(cmdLine.length);
|
|
} catch (e) {}
|
|
}
|