Backed out changeset 76e7ef98a9d1 (bug 867856) for jit-test failures.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2013-07-17 15:54:44 -04:00
parent ea9654afe8
commit f4bca4443b

View File

@ -4,14 +4,8 @@
// Flags: --ion-eager
//
var i = 0;
gczeal(2);
gczeal(2)
function test() {
if (i++ > 10000)
return "function";
var res = typeof (new test("1")) != 'function';
return res ? "function" : "string";
typeof (new test("1")) != 'function'
}
test();