Files
UXP-Fixed/testing/mochitest/tests/browser/browser_fail_throw.js
T
2018-02-02 04:16:08 -05:00

4 lines
48 B
JavaScript

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