No Bug - Ensure that ion/bug1185957.js won't permafail on uplift. (r=me)

This commit is contained in:
Eric Faust 2015-09-13 20:16:56 -07:00
parent 962c356c98
commit 2fd667967b

View File

@ -11,5 +11,8 @@ class test {
})();
`;
// Throw, even if we cannot run the test
if (classesEnabled())
eval(test);
else
throw new TypeError();