drop unused "class" definition IIFEs (#2923)

fixes #805
This commit is contained in:
Alex Lam S.L
2018-02-17 05:11:31 +08:00
committed by GitHub
parent e529f54e90
commit 7fdd2082a6
4 changed files with 124 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ describe("test/jetstream.js", function() {
this.timeout(20 * 60 * 1000);
[
"-mc",
"-mc keep_fargs=false,passes=3,pure_getters,unsafe,unsafe_comps,unsafe_math,unsafe_proto",
"-mc keep_fargs=false,passes=3,unsafe,unsafe_comps,unsafe_math,unsafe_proto",
].forEach(function(options) {
it("Should pass with options " + options, function(done) {
var args = options.split(/ /);