We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25d40e commit 758a003Copy full SHA for 758a003
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