diff options
Diffstat (limited to 'tmp/test-node.js')
-rwxr-xr-x | tmp/test-node.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmp/test-node.js b/tmp/test-node.js index 4da5e9ff..fdabafbf 100755 --- a/tmp/test-node.js +++ b/tmp/test-node.js @@ -16,6 +16,7 @@ ast.compute_char_frequency(); UglifyJS.base54.sort(); ast.figure_out_scope(); +ast.scope_warnings(); ast.mangle_names(); sys.error(UglifyJS.base54.get()); |