diff options
Diffstat (limited to 'tools/perf/tests/python-use.c')
| -rw-r--r-- | tools/perf/tests/python-use.c | 2 | 
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 @@  extern int verbose; -int test__python_use(int subtest __maybe_unused) +int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused)  {  	char *cmd;  	int ret; |