diff options
Diffstat (limited to 'tmp/test-node.js')
-rwxr-xr-x | tmp/test-node.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmp/test-node.js b/tmp/test-node.js index d737afde..ce03b591 100755 --- a/tmp/test-node.js +++ b/tmp/test-node.js @@ -22,7 +22,7 @@ time_it("scope", function(){ ast.figure_out_scope(); }); -ast.scope_warnings(); +// ast.scope_warnings(); time_it("mangle", function(){ ast.mangle_names(); |