mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1240521 - Fix the test case to ensure that oomAfterAllocation is defined. r=red, a=test-only
This commit is contained in:
parent
0ec6077369
commit
588b8b63db
@ -1,4 +1,8 @@
|
||||
// |jit-test| allow-oom
|
||||
|
||||
if (!('oomAfterAllocations' in this))
|
||||
quit();
|
||||
|
||||
var egc = 138;
|
||||
function SwitchTest(value) {
|
||||
switch (value) {
|
||||
|
Loading…
Reference in New Issue
Block a user