diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-06-29 02:06:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 09:06:23 +0800 |
commit | 3bf8699f951c32a93414d1ac4c72364e2e282b33 (patch) | |
tree | 770c9164afcb11659c4dd5f9e36eff8bcef5c2ba /test/ufuzz/index.js | |
parent | 58c24f80078cd819ee1ae741655628cc6ec74c02 (diff) | |
download | tracifyjs-3bf8699f951c32a93414d1ac4c72364e2e282b33.tar.gz tracifyjs-3bf8699f951c32a93414d1ac4c72364e2e282b33.zip |
fix corner case in `inline` (#4007)
fixes #4006
Diffstat (limited to 'test/ufuzz/index.js')
-rw-r--r-- | test/ufuzz/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ufuzz/index.js b/test/ufuzz/index.js index 7fe35308..64ea805c 100644 --- a/test/ufuzz/index.js +++ b/test/ufuzz/index.js @@ -197,6 +197,7 @@ BINARY_OPS = BINARY_OPS.concat(BINARY_OPS); BINARY_OPS = BINARY_OPS.concat(BINARY_OPS); BINARY_OPS = BINARY_OPS.concat(BINARY_OPS); BINARY_OPS = BINARY_OPS.concat(BINARY_OPS); +BINARY_OPS = BINARY_OPS.concat(BINARY_OPS); BINARY_OPS.push(" in "); var ASSIGNMENTS = [ |