Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test/pummel/test-string-decoder-large-buffer.js
Co-authored-by: Livia Medeiros <livia@cirno.name>
  • Loading branch information
lpinca and LiviaMedeiros authored Jun 17, 2025
commit fdb2c4b5d1cf903e240f23aeb9c5b141e8a70af0
2 changes: 1 addition & 1 deletion test/pummel/test-string-decoder-large-buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ try {
e.code === 'ERR_MEMORY_ALLOCATION_FAILED' ||
/Array buffer allocation failed/.test(e.message)
) {
common.skip('insufficient space for Buffer.alloc');
common.skip('insufficient space for Buffer.allocUnsafe');
}

throw e;
Expand Down
Loading