Skip to content

Commit 9b47f77

Browse files
Angelfiretargos
authored andcommitted
test: udpate test comment description
test-buffer-failed-alloc-typed-arrays.js is working fine, but the description was not correct. PR-URL: #28351 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent a0f89a2 commit 9b47f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-buffer-failed-alloc-typed-arrays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const allocators = [
2323
for (const allocator of allocators) {
2424
for (const size of sizes) {
2525
try {
26-
// These allocations are known to fail. If they do,
26+
// Some of these allocations are known to fail. If they do,
2727
// Uint32Array should still produce a zeroed out result.
2828
allocator(size);
2929
} catch {

0 commit comments

Comments
 (0)