mirror of https://github.com/tc39/test262.git
Typo
This commit is contained in:
parent
c1959a44a6
commit
7376666039
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue