| Index: test/mjsunit/wasm/wasm-module-builder.js | 
| diff --git a/test/mjsunit/wasm/wasm-module-builder.js b/test/mjsunit/wasm/wasm-module-builder.js | 
| index 4bfe73d5e650e5a3254241a0214b19b272a03a73..a26384e545bb38ee4ab873e8c279047a315cb112 100644 | 
| --- a/test/mjsunit/wasm/wasm-module-builder.js | 
| +++ b/test/mjsunit/wasm/wasm-module-builder.js | 
| @@ -625,6 +625,6 @@ class WasmModuleBuilder { | 
| } | 
|  | 
| toModule(debug = false) { | 
| -    return new WebAssembly.Module(this.toBuffer()); | 
| +    return new WebAssembly.Module(this.toBuffer(debug)); | 
| } | 
| } | 
|  |