diff options
Diffstat (limited to 'netwerk/test/unit_ipc/test_progress_wrap.js')
-rw-r--r-- | netwerk/test/unit_ipc/test_progress_wrap.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netwerk/test/unit_ipc/test_progress_wrap.js b/netwerk/test/unit_ipc/test_progress_wrap.js new file mode 100644 index 0000000000..c4a658c094 --- /dev/null +++ b/netwerk/test/unit_ipc/test_progress_wrap.js @@ -0,0 +1,3 @@ +function run_test() { + run_test_in_child("../unit/test_progress.js"); +} |