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