aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-03-11 11:59:39 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-03-11 11:59:39 +0100
commit3d010fa6c38290eb00db1c9916d113b84d65dbc4 (patch)
tree7e44f9d771f09e5ba4b81b042ac4a542895ecd72 /executor/test.h
parente103bc9e1bb4453045c4795f9a10a671e72b1aba (diff)
executor: fix clang-tidy warnings
Diffstat (limited to 'executor/test.h')
-rw-r--r--executor/test.h2
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++) {