| Index: test/cctest/wasm/wasm-run-utils.h
|
| diff --git a/test/cctest/wasm/wasm-run-utils.h b/test/cctest/wasm/wasm-run-utils.h
|
| index a134187dccb0892529a36b61f892c93586a85f53..9f61c7a19f4a2505ad85e09bc10b4a552ff4485e 100644
|
| --- a/test/cctest/wasm/wasm-run-utils.h
|
| +++ b/test/cctest/wasm/wasm-run-utils.h
|
| @@ -300,6 +300,7 @@ inline void TestBuildingGraph(Zone* zone, JSGraph* jsgraph, ModuleEnv* module,
|
| FATAL(str.str().c_str());
|
| }
|
| builder.Int64LoweringForTesting();
|
| + builder.SimdScalarLoweringForTesting();
|
| }
|
|
|
| template <typename ReturnType>
|
|
|