This commit is contained in:
Sébastien Ros 2020-12-09 16:54:43 -08:00 committed by Rick Waldron
parent c1959a44a6
commit 7376666039
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ var object = {
[object, object].sort();
if (counter < 2) {
// sort calls ToString() for each element at least once
$ERROR('#1: [object, object].sort(); counter < 22. Actual: ' + (counter));
$ERROR('#1: [object, object].sort(); counter < 2. Actual: ' + (counter));
}