diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-04-06 14:34:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 21:34:27 +0800 |
commit | 231c3d7c840b622ef5564428ea7a2faf3901122e (patch) | |
tree | 6598518634ab08f95749bde75bca42b3da2b0ecb /test/ufuzz/index.js | |
parent | aed758ed5cc4ac180c92551ba80f4997f81d1dc4 (diff) | |
download | tracifyjs-231c3d7c840b622ef5564428ea7a2faf3901122e.tar.gz tracifyjs-231c3d7c840b622ef5564428ea7a2faf3901122e.zip |
clean up `OutputStream` (#4842)
Diffstat (limited to 'test/ufuzz/index.js')
-rw-r--r-- | test/ufuzz/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ufuzz/index.js b/test/ufuzz/index.js index 7eadc9ab..5c6c2625 100644 --- a/test/ufuzz/index.js +++ b/test/ufuzz/index.js @@ -206,6 +206,7 @@ var VALUES = [ ]; VALUES = VALUES.concat(VALUES); VALUES = VALUES.concat(VALUES); +VALUES = VALUES.concat(VALUES); if (SUPPORT.bigint) VALUES = VALUES.concat([ "(!0o644n)", "([3n][0] > 2)", @@ -215,6 +216,7 @@ if (SUPPORT.bigint) VALUES = VALUES.concat([ VALUES = VALUES.concat(VALUES); VALUES = VALUES.concat(VALUES); VALUES = VALUES.concat(VALUES); +VALUES = VALUES.concat(VALUES); VALUES.push("import.meta"); var BINARY_OPS = [ |