diff options
Diffstat (limited to 'test/ufuzz/index.js')
-rw-r--r-- | test/ufuzz/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ufuzz/index.js b/test/ufuzz/index.js index 2eac44f0..e5bf0083 100644 --- a/test/ufuzz/index.js +++ b/test/ufuzz/index.js @@ -5,7 +5,7 @@ // bin/uglifyjs s.js -c && bin/uglifyjs s.js -c passes=3 && bin/uglifyjs s.js -c passes=3 -m // cat s.js | node && node s.js && bin/uglifyjs s.js -c | node && bin/uglifyjs s.js -c passes=3 | node && bin/uglifyjs s.js -c passes=3 -m | node -require("../../tools/exit"); +require("../../tools/tty"); var UglifyJS = require("../.."); var randomBytes = require("crypto").randomBytes; |