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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/tests/python-use.c b/tools/perf/tests/python-use.c
index fa79509da535..5d2df65ada6a 100644
--- a/tools/perf/tests/python-use.c
+++ b/tools/perf/tests/python-use.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * Just test if we can load the python binding. 3 * Just test if we can load the python binding.
3 */ 4 */
@@ -9,7 +10,7 @@
9 10
10extern int verbose; 11extern int verbose;
11 12
12int test__python_use(int subtest __maybe_unused) 13int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused)
13{ 14{
14 char *cmd; 15 char *cmd;
15 int ret; 16 int ret;