Bug 1491326 - Fix typo in test code r=me on a CLOSED TREE

This commit is contained in:
Jon Coppeard 2018-10-02 11:17:14 +01:00
Родитель 99eef68114
Коммит 50e3a93686
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,6 +1,6 @@
// |jit-test| --fuzzing-safe
if (!('oomTest') in this)
if (!('oomTest' in this))
quit();
var g = newGlobal();