diff options
Diffstat (limited to 'netwerk/test/unit_ipc/test_head_wrap.js')
-rw-r--r-- | netwerk/test/unit_ipc/test_head_wrap.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/netwerk/test/unit_ipc/test_head_wrap.js b/netwerk/test/unit_ipc/test_head_wrap.js new file mode 100644 index 0000000000..13f0702e55 --- /dev/null +++ b/netwerk/test/unit_ipc/test_head_wrap.js @@ -0,0 +1,7 @@ +// +// Run test script in content process instead of chrome (xpcshell's default) +// + +function run_test() { + run_test_in_child("../unit/test_head.js"); +} |