Bug 1212390 - correct test case. r=jonco

This commit is contained in:
Lars T Hansen 2015-10-09 11:53:31 +01:00
parent 4973279230
commit 9fdab91899

View File

@ -6,4 +6,4 @@ if (!('oomAfterAllocations' in this))
var g = newGlobal();
x = Debugger(g);
selectforgc(g);
oomAfterAllocations(0);
oomAfterAllocations(1);