| Index: test/cctest/wasm/test-run-wasm-64.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm-64.cc b/test/cctest/wasm/test-run-wasm-64.cc
|
| index 622fb35a4259795026d61002ade559637c2eb763..4ff44ee4442197bfc8531ba8477969ffba0d2c79 100644
|
| --- a/test/cctest/wasm/test-run-wasm-64.cc
|
| +++ b/test/cctest/wasm/test-run-wasm-64.cc
|
| @@ -69,8 +69,8 @@
|
| V(I64GeS, true) \
|
| V(I64GtU, true) \
|
| V(I64GeU, true) \
|
| + V(I64Ctz, true) \
|
| V(I64Clz, true) \
|
| - V(I64Ctz, false) \
|
| V(I64Popcnt, !MIPS_OR_X87) \
|
| V(I32ConvertI64, true) \
|
| V(I64SConvertF32, false) \
|
|
|