Bug 1240521 - Fix the test case to ensure that oomAfterAllocation is defined. r=red

This commit is contained in:
Nicolas B. Pierron 2016-03-08 14:22:47 +00:00
Родитель cc6a791266
Коммит bd4c88439b
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,8 @@
// |jit-test| allow-oom
if (!('oomAfterAllocations' in this))
quit();
var egc = 138;
function SwitchTest(value) {
switch (value) {