Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'win' && debug
- Manifest: testing/xpcshell/test/unit/xpcshell.toml
/* Any copyright is dedicated to the Public Domain.
function run_test() {
Assert.equal(null, 0);
}