summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-backing-arraybuffer.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-buffer-backing-arraybuffer.js')
-rw-r--r--test/parallel/test-buffer-backing-arraybuffer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-buffer-backing-arraybuffer.js b/test/parallel/test-buffer-backing-arraybuffer.js
index 75dcd60068..86fdf92181 100644
--- a/test/parallel/test-buffer-backing-arraybuffer.js
+++ b/test/parallel/test-buffer-backing-arraybuffer.js
@@ -20,7 +20,7 @@ for (const { length, expectOnHeap } of tests) {
new Float32Array(length / 4),
new Float64Array(length / 8),
Buffer.alloc(length),
- Buffer.allocUnsafeSlow(length)
+ Buffer.allocUnsafeSlow(length),
// Buffer.allocUnsafe() is missing because it may use pooled allocations.
];