We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5b5d1 commit ad8456bCopy full SHA for ad8456b
test/parallel/test-buffer-failed-alloc-typed-arrays.js
@@ -27,7 +27,7 @@ for (const allocator of allocators) {
27
// Uint32Array should still produce a zeroed out result.
28
allocator(size);
29
} catch {
30
- assert.deepStrictEqual(new Uint32Array(10), zeroArray);
+ assert.deepStrictEqual(zeroArray, new Uint32Array(10));
31
}
32
33
0 commit comments