testing/mochitest/tests/browser/browser_sanityException.js

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:d23c42b84540
1 function test() {
2 ok(true, "ok called");
3 expectUncaughtException();
4 throw "this is a deliberately thrown exception";
5 }

mercurial