diff options
Diffstat (limited to 'executor/test.h')
| -rw-r--r-- | executor/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/test.h b/executor/test.h index c39f611d1..52506a51d 100644 --- a/executor/test.h +++ b/executor/test.h @@ -206,7 +206,7 @@ static struct { #endif }; -int run_tests() +static int run_tests() { int ret = 0; for (size_t i = 0; i < ARRAY_SIZE(tests); i++) { |
