mirror of
https://github.com/tc39/test262.git
synced 2025-11-13 18:29:44 +01:00
[explicit-resource-management] Fix typo in using-for-using-of-of
This commit is contained in:
parent
80d1f6dc89
commit
29860b3e42
@ -18,5 +18,5 @@ for (using of of [0, 1, 2]) {
|
||||
result.push(using);
|
||||
}
|
||||
|
||||
asserts.sameValue(result.length, 1);
|
||||
asserts.sameValue(result[0], 7);
|
||||
assert.sameValue(result.length, 1);
|
||||
assert.sameValue(result[0], 7);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user