comparison: testing/mochitest/tests/browser/browser_sanityException.js
testing/mochitest/tests/browser/browser_sanityException.js
- branch
- TOR_BUG_3246
- changeset 4
- fc2d59ddac77
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 ok(true, "ok called"); |
|
3 expectUncaughtException(); |
|
4 throw "this is a deliberately thrown exception"; |
|
5 } |