aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/python-use.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/python-use.c')
-rw-r--r--tools/perf/tests/python-use.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/python-use.c b/tools/perf/tests/python-use.c
index fa79509da535..598a7e058ad4 100644
--- a/tools/perf/tests/python-use.c
+++ b/tools/perf/tests/python-use.c
@@ -9,7 +9,7 @@
9 9
10extern int verbose; 10extern int verbose;
11 11
12int test__python_use(int subtest __maybe_unused) 12int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused)
13{ 13{
14 char *cmd; 14 char *cmd;
15 int ret; 15 int ret;