summaryrefslogtreecommitdiff
path: root/test/binaryen.js/kitchen-sink.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/kitchen-sink.js')
-rw-r--r--test/binaryen.js/kitchen-sink.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/binaryen.js/kitchen-sink.js b/test/binaryen.js/kitchen-sink.js
index 16b5e4fb7..234cac1fe 100644
--- a/test/binaryen.js/kitchen-sink.js
+++ b/test/binaryen.js/kitchen-sink.js
@@ -545,7 +545,7 @@ function test_parsing() {
text = module.emitText();
module.dispose();
module = null;
- print('test_parsing text:\n' + text);
+ console.log('test_parsing text:\n' + text);
text = text.replace('adder', 'ADD_ER');