diff options
Diffstat (limited to 'test/binaryen.js/custom-section.js')
-rw-r--r-- | test/binaryen.js/custom-section.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/binaryen.js/custom-section.js b/test/binaryen.js/custom-section.js index 404fe4a4a..b0965b4c0 100644 --- a/test/binaryen.js/custom-section.js +++ b/test/binaryen.js/custom-section.js @@ -1,4 +1,3 @@ -binaryen.setAPITracing(true); var module = new binaryen.Module(); module.addCustomSection("hello", [119, 111, 114, 108, 100]); |