mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
0c4425831b
* * * bug 945066. Fix windows bustage. r=jduell
8 lines
160 B
JavaScript
8 lines
160 B
JavaScript
//
|
|
// Run test script in content process instead of chrome (xpcshell's default)
|
|
//
|
|
|
|
function run_test() {
|
|
run_test_in_child("../unit/test_dns_service.js");
|
|
}
|