diff options
Diffstat (limited to 'dom/json/test/unit/xpcshell.ini')
-rw-r--r-- | dom/json/test/unit/xpcshell.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/json/test/unit/xpcshell.ini b/dom/json/test/unit/xpcshell.ini new file mode 100644 index 000000000..68c4524a5 --- /dev/null +++ b/dom/json/test/unit/xpcshell.ini @@ -0,0 +1,11 @@ +[DEFAULT] +head = +tail = +support-files = + decodeFromStream-01.json + decodeFromStream-small.json + +[test_decode_long_input.js] +[test_decodeFromStream.js] +[test_encode.js] + |