| Index: test/mjsunit/wasm/compile-run-basic.js
|
| diff --git a/test/mjsunit/wasm/compile-run-basic.js b/test/mjsunit/wasm/compile-run-basic.js
|
| index 4808f10f5955de19bf73c5c4045b62865a1d8eca..dbc624a2fbeaef520d9963dd8ffa3444dbfbc56d 100644
|
| --- a/test/mjsunit/wasm/compile-run-basic.js
|
| +++ b/test/mjsunit/wasm/compile-run-basic.js
|
| @@ -28,4 +28,4 @@ var data = bytes(
|
| 'm', 'a', 'i', 'n', 0 // name
|
| );
|
|
|
| -assertEquals(kReturnValue, WASM.compileRun(data));
|
| +assertEquals(kReturnValue, _WASMEXP_.compileRun(data));
|
|
|