blob: e04cdb33b7cdf4fae09711f82cc9118244f3d0ec [file] [log] [blame]
'use strict';
module.exports = function (t, a) {
var e = new Error();
a(t(e), e, "Error");
a.throws(function () {
t({});
}, "Other");
};