2 function reportCompare(expected, actual, description) + ++actual + "'";
3 var summary = 'Object.prototype.toLocaleString() should track Object.prototype.toString() ';
5 toString: function () {}
8 actual = o.toLocaleString();
9 reportCompare(expect, actual, summary);