From 57779ed47c2e126a5455c5eb560928e958312015 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 4 Apr 2016 21:02:31 -0700 Subject: idl test fixes --- test/binaryen.js/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/binaryen.js/test.js') diff --git a/test/binaryen.js/test.js b/test/binaryen.js/test.js index 858454d3d..fa87697c5 100644 --- a/test/binaryen.js/test.js +++ b/test/binaryen.js/test.js @@ -24,10 +24,10 @@ parser.get_root().dump(); var s_module = parser.get_root().getChild(0); console.log('================'); -var builder = new Binaryen.SExpressionWasmBuilder(module, s_module, true); +var builder = new Binaryen.SExpressionWasmBuilder(module, s_module); console.log('module:'); -WasmPrinter.prototype.printModule(module); +Binaryen.WasmPrinter.prototype.printModule(module); console.log('================'); var interface_ = new Binaryen.ShellExternalInterface(); -- cgit v1.2.3