index
:
thunderbird
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
mochitest
/
tests
/
python
/
files
/
browser_leak.js
blob: ded8dd8b568ba9d7eac57908254d4283dc528b98 (
plain
)
1
2
3
4
function
test
()
{
SpecialPowers
.
Cu
.
intentionallyLeak
();
ok
(
true
,
"Test is ok"
);
}