Skip to content

Commit eb159a8

Browse files
authored
test: remove duplicated allocUnsafeSlow test
PR-URL: #58524 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent ef9cd8f commit eb159a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-buffer-tostring-rangeerror.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function test(getBuffer) {
3838
}
3939

4040
test(() => Buffer(len));
41-
test(() => Buffer.allocUnsafeSlow(len));
4241
test(() => Buffer.alloc(len));
4342
test(() => Buffer.allocUnsafe(len));
4443
test(() => Buffer.allocUnsafeSlow(len));

0 commit comments

Comments
 (0)