e04cdb33b7cdf4fae09711f82cc9118244f3d0ec
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = function (t, a) {
4         var e = new Error();
5         a(t(e), e, "Error");
6         a.throws(function () {
7                 t({});
8         }, "Other");
9 };