fix tests

This commit is contained in:
alexlamsl
2017-12-03 12:14:31 +08:00
parent c9dbe9deb1
commit b91a2e018a
4 changed files with 47 additions and 39 deletions

View File

@@ -483,6 +483,7 @@ issue_485_crashing_1530: {
ecma: 6,
evaluate: true,
inline: true,
side_effects: true,
}
input: {
(function(a) {
@@ -490,9 +491,7 @@ issue_485_crashing_1530: {
var b = 42;
})(this);
}
expect: {
this, void 0;
}
expect: {}
}
issue_2084: {