diff options
author | Mihai Bazon <mihai@bazon.net> | 2012-09-17 14:33:36 +0300 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2012-09-17 14:33:36 +0300 |
commit | 6ad414ef28e64ff7c53ee89e737f4e9d7cd2f009 (patch) | |
tree | cf34ee322d38e148ecb2dc58f6a8a33f7a6674ef /test | |
parent | 45a3970ca35e0c640a761601d0854a4c7c5a5cf0 (diff) | |
download | tracifyjs-6ad414ef28e64ff7c53ee89e737f4e9d7cd2f009.tar.gz tracifyjs-6ad414ef28e64ff7c53ee89e737f4e9d7cd2f009.zip |
minor
Diffstat (limited to 'test')
-rw-r--r-- | test/compress/conditionals.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/conditionals.js b/test/compress/conditionals.js index 4dc27b85..8edc86e9 100644 --- a/test/compress/conditionals.js +++ b/test/compress/conditionals.js @@ -106,7 +106,7 @@ ifs_5: { if (baz) return; if (baa) return; a(); - b() + b(); } } expect: { |