mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
No Bug - Ensure that ion/bug1185957.js won't permafail on uplift. (r=me)
This commit is contained in:
parent
962c356c98
commit
2fd667967b
@ -11,5 +11,8 @@ class test {
|
||||
})();
|
||||
`;
|
||||
|
||||
// Throw, even if we cannot run the test
|
||||
if (classesEnabled())
|
||||
eval(test);
|
||||
else
|
||||
throw new TypeError();
|
||||
|
Loading…
x
Reference in New Issue
Block a user