| Index: test/mjsunit/wasm/asm-wasm.js
|
| diff --git a/test/mjsunit/wasm/asm-wasm.js b/test/mjsunit/wasm/asm-wasm.js
|
| index 6aaea614fc07ab98dc914e037ae1f014f399314c..f316e6837f7273533f93393bde0d525b7c537ee8 100644
|
| --- a/test/mjsunit/wasm/asm-wasm.js
|
| +++ b/test/mjsunit/wasm/asm-wasm.js
|
| @@ -988,7 +988,6 @@
|
| return {caller:caller};
|
| }
|
|
|
| -print("TestFunctionTable...");
|
| var module = TestFunctionTable(stdlib);
|
| assertEquals(55, module.caller(0, 0, 33, 22));
|
| assertEquals(11, module.caller(0, 1, 33, 22));
|
| @@ -1041,7 +1040,6 @@
|
| assertEquals(103, module.caller(23, 103));
|
| }
|
|
|
| -print("TestForeignFunctions...");
|
| TestForeignFunctions();
|
|
|
|
|
|
|