michael@0: function test() { michael@0: ok(true, "ok called"); michael@0: expectUncaughtException(); michael@0: throw "this is a deliberately thrown exception"; michael@0: }