mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-24 08:18:40 +00:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
//
|
|
// Run test script in content process instead of chrome (xpcshell's default)
|
|
//
|
|
|
|
function run_test() {
|
|
run_test_in_child("../unit/test_cacheflags.js");
|
|
}
|