mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +09:00
8 lines
259 B
JavaScript
8 lines
259 B
JavaScript
/* Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ */
|
|
|
|
// Test saving a heap snapshot in the sandboxed e10s child process.
|
|
|
|
function run_test() {
|
|
run_test_in_child("../unit/test_SaveHeapSnapshot.js");
|
|
}
|