Remove flaky test.

This commit is contained in:
David Anderson 2012-07-02 17:43:29 -07:00
parent 4cbfdfcca9
commit 6b39ea079f

View File

@ -1,8 +0,0 @@
// |jit-test| error: function can be called only in debug mode
var obj1 = {}, obj2 = {};
obj2['b'+i] = 0;
for (var k in obj2) {
(function g() { evalInFrame(1, "assertStackIs(['eval-code', f, 'bound(f)', 'global-code'])", true); })();
}
for (var i = 0; i != array.length; ++i)
array[i]();