diff options
Diffstat (limited to 'xpcom/tests/unit/test_process_directives_child.js')
-rw-r--r-- | xpcom/tests/unit/test_process_directives_child.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xpcom/tests/unit/test_process_directives_child.js b/xpcom/tests/unit/test_process_directives_child.js new file mode 100644 index 000000000..dca63b356 --- /dev/null +++ b/xpcom/tests/unit/test_process_directives_child.js @@ -0,0 +1,3 @@ +function run_test() { + run_test_in_child("test_process_directives.js"); +} |