Comment test. [ci skip]

This commit is contained in:
John-David Dalton
2014-09-16 09:26:43 -07:00
parent f05f60f929
commit 48035187d2

View File

@@ -10067,6 +10067,8 @@
steps = 0;
array.length = length;
// avoid false fail in older Firefox
if (array.length == length) {
var actual = func(array, undefined, function() { steps++; });
strictEqual(steps, 33);