mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 23:44:27 +02:00
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…
x
Reference in New Issue
Block a user