summaryrefslogtreecommitdiff
path: root/test/binaryen.js/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/test.js')
-rw-r--r--test/binaryen.js/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/binaryen.js/test.js b/test/binaryen.js/test.js
index 7c27223de..3b6d9471b 100644
--- a/test/binaryen.js/test.js
+++ b/test/binaryen.js/test.js
@@ -16,7 +16,7 @@ console.log('input:');
console.log(input);
console.log('================');
-var module = new Binaryen.AllocatingModule();
+var module = new Binaryen.Module();
var parser = new Binaryen.SExpressionParser(input);
console.log('s-expr dump:');