No bug: allow unhandlable as well as handlable OOMs in bug852801.js. (r=sfink)

This commit is contained in:
Shu-yu Guo 2015-01-14 22:57:36 -08:00
parent c4005df133
commit 74dd875177

View File

@ -1,4 +1,4 @@
// |jit-test| allow-oom
// |jit-test| allow-oom; allow-unhandlable-oom
var STATUS = "STATUS: ";
var callStack = new Array();
function startTest() { }