| Index: test/common/wasm/wasm-module-runner.cc | 
| diff --git a/test/common/wasm/wasm-module-runner.cc b/test/common/wasm/wasm-module-runner.cc | 
| index fb2066a4bf716cf1092a501d81266ab2cd81eb7b..c915e9dc02c4003bd8d56a4bd7dabf79d27c2957 100644 | 
| --- a/test/common/wasm/wasm-module-runner.cc | 
| +++ b/test/common/wasm/wasm-module-runner.cc | 
| @@ -30,7 +30,7 @@ std::unique_ptr<WasmModule> DecodeWasmModuleForTesting( | 
| const byte* module_end, ModuleOrigin origin, bool verify_functions) { | 
| // Decode the module, but don't verify function bodies, since we'll | 
| // be compiling them anyway. | 
| -  ModuleResult decoding_result = DecodeWasmModule( | 
| +  ModuleResult decoding_result = SyncDecodeWasmModule( | 
| isolate, module_start, module_end, verify_functions, origin); | 
|  | 
| if (decoding_result.failed()) { | 
|  |