mirror of https://github.com/tc39/test262.git
correct comment
This commit is contained in:
parent
e72a96572b
commit
aabf688371
|
@ -28,8 +28,8 @@ const expected = [
|
|||
|
||||
let actual = Object.getOwnPropertyNames(options);
|
||||
|
||||
// Ensure all expected items are in actual and also allow other property
|
||||
// implemented in other new proposal.
|
||||
// Ensure all expected items are in actual and also allow other properties
|
||||
// implemented in new proposals.
|
||||
assert(arrayContains(actual, expected));
|
||||
for (var i = 1; i < expected.length; i++) {
|
||||
// Ensure the order as expected but allow additional new property in between
|
||||
|
|
Loading…
Reference in New Issue