Bug 1298776 - Skip test in builds without oomTest to fix bustage. r=me

MozReview-Commit-ID: 72qAT5M640s
This commit is contained in:
Till Schneidereit 2016-09-12 17:06:14 +02:00
parent 78b21765e4
commit 78b35d2daf

View File

@ -1 +1,2 @@
oomTest(Function(`new Promise(res=>res)`));
if (typeof oomTest === 'function')
oomTest(Function(`new Promise(res=>res)`));