summaryrefslogtreecommitdiffstats
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");
}