summaryrefslogtreecommitdiff
path: root/test/spec-wasm2c-prefix.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec-wasm2c-prefix.c')
-rw-r--r--test/spec-wasm2c-prefix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec-wasm2c-prefix.c b/test/spec-wasm2c-prefix.c
index df0f1d44..f1d2d1e9 100644
--- a/test/spec-wasm2c-prefix.c
+++ b/test/spec-wasm2c-prefix.c
@@ -12,8 +12,8 @@
#include "wasm-rt.h"
#include "wasm-rt-impl.h"
-int g_tests_run;
-int g_tests_passed;
+static int g_tests_run;
+static int g_tests_passed;
static void run_spec_tests(void);