summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit_ipc/test_cacheflags_wrap.js
blob: eda30045325ba1b643d961f2e30c0f95fc204613 (plain)
1
2
3
4
5
6
7
8
//
// Run test script in content process instead of chrome (xpcshell's default)
//

function run_test() {
  do_get_profile();
  run_test_in_child("../unit/test_cacheflags.js");
}