aboutsummaryrefslogtreecommitdiff
path: root/test/ufuzz/index.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2020-10-16 14:56:54 +0100
committerGitHub <noreply@github.com>2020-10-16 21:56:54 +0800
commit42982019386ff0e29bd44af480c3f40e82b04d07 (patch)
tree8106a71acd35a2709aa79c6ffd2601764ae4f57f /test/ufuzz/index.js
parent4f833937fea193e466a33e2f03f21d0b909a407d (diff)
downloadtracifyjs-42982019386ff0e29bd44af480c3f40e82b04d07.tar.gz
tracifyjs-42982019386ff0e29bd44af480c3f40e82b04d07.zip
flush `stdout` from `ufuzz` jobs properly (#4224)
Diffstat (limited to 'test/ufuzz/index.js')
-rw-r--r--test/ufuzz/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ufuzz/index.js b/test/ufuzz/index.js
index e650a46f..09cad3b2 100644
--- a/test/ufuzz/index.js
+++ b/test/ufuzz/index.js
@@ -331,6 +331,7 @@ function strictMode() {
function createTopLevelCode() {
VAR_NAMES.length = INITIAL_NAMES_LEN; // prune any previous names still in the list
+ block_vars.length = 0;
unique_vars.length = 0;
loops = 0;
funcs = 0;