summaryrefslogtreecommitdiffstats
path: root/ipc/testshell/tests/test_ipcshell_child.js
blob: f2a0e1e2456551a7642f4205a91b5290763a8b32 (plain)
1
2
3
4
5
6
// eslint-disable-next-line mozilla/use-services
const runtime = Cc["@mozilla.org/xre/app-info;1"].getService(Ci.nsIXULRuntime);

function run_test() {
  Assert.equal(runtime.processType, Ci.nsIXULRuntime.PROCESS_TYPE_DEFAULT);
}