mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
12d47d0d77
Was causing test failures for Thunderbird where cache2 isn't in use yet.
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
function run_test() {
|
|
run_test_in_child("../unit/head_cache2.js");
|
|
run_test_in_child("../unit/test_cache_jar.js");
|
|
}
|