Skip to content

Commit 5792552

Browse files
committed
test: sync mimalloc hash in process.versions
Main's scripts/build/deps/mimalloc.ts bumped to a29368ef via #29251 (Un-revert mimalloc upgrade) but process.test.js still expected 9a5e1f52. Fail-lanes: windows-2019-x64{,-baseline}-test-bun and any other non-ASAN build where mimalloc is linked.
1 parent 2cd5741 commit 5792552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js/node/process/process.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ it("process.versions", () => {
275275
const expectedVersions = {
276276
boringssl: "0c5fce43b7ed5eb6001487ee48ac65766f5ddcd1",
277277
libarchive: "ded82291ab41d5e355831b96b0e1ff49e24d8939",
278-
mimalloc: "9a5e1f52cdf4662f9590b69de104a4469140796f",
278+
mimalloc: "a29368ef60d5c90bd760ff42a36ad4ad919a9ad7",
279279
picohttpparser: "066d2b1e9ab820703db0837a7255d92d30f0c9f5",
280280
zlib: "886098f3f339617b4243b286f5ed364b9989e245",
281281
tinycc: "12882eee073cfe5c7621bcfadf679e1372d4537b",

0 commit comments

Comments
 (0)