michael@0: /* Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/publicdomain/zero/1.0/ */ michael@0: michael@0: function run_test() { michael@0: do_check_throws_nsIException(function () { michael@0: throw Error("I find your relaxed dishabille unpalatable"); michael@0: }, "NS_NOINTERFACE"); michael@0: } michael@0: