diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-03-24 13:19:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-24 13:19:50 +0800 |
commit | 701035621d708c39f4bdd2022fc02bdb4a967a39 (patch) | |
tree | c6d9ebec2c1987e9bd8d903dcd597aa013a3ecec /test/compress | |
parent | 79334dda105f772b7a5bfe13608a193c22537a7b (diff) | |
download | tracifyjs-701035621d708c39f4bdd2022fc02bdb4a967a39.tar.gz tracifyjs-701035621d708c39f4bdd2022fc02bdb4a967a39.zip |
fix expect_stdout (#1642)
`compress()` may modify input ASTs
add tests for #1627 & #1640
Diffstat (limited to 'test/compress')
-rw-r--r-- | test/compress/transform.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/compress/transform.js b/test/compress/transform.js index 1cc72c07..48aa605e 100644 --- a/test/compress/transform.js +++ b/test/compress/transform.js @@ -30,7 +30,6 @@ booleans_global_defs: { expect: { console.log(!0); } - expect_stdout: true } condition_evaluate: { |