From 67d595f272145bbc35198a436dd48df65eac3041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 31 May 2025 13:28:05 +0200 Subject: [PATCH] test: remove duplicated allocUnsafeSlow test --- test/parallel/test-buffer-tostring-rangeerror.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/test-buffer-tostring-rangeerror.js b/test/parallel/test-buffer-tostring-rangeerror.js index bee04d7d794b6c..b34f4c61261857 100644 --- a/test/parallel/test-buffer-tostring-rangeerror.js +++ b/test/parallel/test-buffer-tostring-rangeerror.js @@ -38,7 +38,6 @@ function test(getBuffer) { } test(() => Buffer(len)); -test(() => Buffer.allocUnsafeSlow(len)); test(() => Buffer.alloc(len)); test(() => Buffer.allocUnsafe(len)); test(() => Buffer.allocUnsafeSlow(len));