mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 16:04:36 +02:00
Typo
This commit is contained in:
parent
c1959a44a6
commit
7376666039
@ -20,5 +20,5 @@ var object = {
|
|||||||
[object, object].sort();
|
[object, object].sort();
|
||||||
if (counter < 2) {
|
if (counter < 2) {
|
||||||
// sort calls ToString() for each element at least once
|
// 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…
x
Reference in New Issue
Block a user