Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b47f77

Browse filesBrowse 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 <rtrott@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent a0f89a2 commit 9b47f77
Copy full SHA for 9b47f77

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/parallel/test-buffer-failed-alloc-typed-arrays.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.