diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-02-17 05:11:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-17 05:11:31 +0800 |
commit | 7fdd2082a65fd11d3d99c5e62241264ae6e82afc (patch) | |
tree | 9b1b7f1cdb367c78a6525ebaaf4c7d7cc891cad0 /test/mocha | |
parent | e529f54e90c2ff63f043333c50e6c96f6b3c7e6d (diff) | |
download | tracifyjs-7fdd2082a65fd11d3d99c5e62241264ae6e82afc.tar.gz tracifyjs-7fdd2082a65fd11d3d99c5e62241264ae6e82afc.zip |
drop unused "class" definition IIFEs (#2923)
fixes #805
Diffstat (limited to 'test/mocha')
-rw-r--r-- | test/mocha/release.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/release.js b/test/mocha/release.js index 063d0fc7..656ade8d 100644 --- a/test/mocha/release.js +++ b/test/mocha/release.js @@ -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(/ /); |