gecko/netwerk/test/unit_ipc/test_dns_service_wrap.js
Jason Duell cbec7de3de Bug 945066: remote nsIDNSService to child. r=jdm
* * *
bug 945066. Fix windows bustage.  r=jduell
2013-12-11 11:03:51 -08:00

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");
}