Skip to content

Commit 29860b3

Browse files
o-ptomato
authored andcommitted
[explicit-resource-management] Fix typo in using-for-using-of-of
1 parent 80d1f6d commit 29860b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/language/statements/using/syntax/using-for-using-of-of.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ for (using of of [0, 1, 2]) {
1818
result.push(using);
1919
}
2020

21-
asserts.sameValue(result.length, 1);
22-
asserts.sameValue(result[0], 7);
21+
assert.sameValue(result.length, 1);
22+
assert.sameValue(result[0], 7);

0 commit comments

Comments
 (0)