Skip to content

Commit e4437dd

Browse files
shipujinjuanarbol
authored andcommitted
test: set common.bits to 64 for loong64
PR-URL: #45383 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 9d40aef commit e4437dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const { inspect } = require('util');
3333
const { isMainThread } = require('worker_threads');
3434

3535
const tmpdir = require('./tmpdir');
36-
const bits = ['arm64', 'mips', 'mipsel', 'ppc64', 'riscv64', 's390x', 'x64']
36+
const bits = ['arm64', 'loong64', 'mips', 'mipsel', 'ppc64', 'riscv64', 's390x', 'x64']
3737
.includes(process.arch) ? 64 : 32;
3838
const hasIntl = !!process.config.variables.v8_enable_i18n_support;
3939

0 commit comments

Comments
 (0)