summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/browser/browser_fail_throw.js
blob: 585b47561dbc75b9a49f9eb068705b678b7c511b (plain)
1
2
3
4
5
setExpectedFailuresForSelfTest(1);

function test() {
  throw new Error("thrown exception");
}