aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/is_printable_array.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/is_printable_array.c')
-rw-r--r--tools/perf/tests/is_printable_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/is_printable_array.c b/tools/perf/tests/is_printable_array.c
index 8891b10fac5c..f72de2457ff1 100644
--- a/tools/perf/tests/is_printable_array.c
+++ b/tools/perf/tests/is_printable_array.c
@@ -5,7 +5,7 @@
#include "debug.h"
#include "print_binary.h"
-static int test__is_printable_array(struct test *test __maybe_unused, int subtest __maybe_unused)
+static int test__is_printable_array(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
{
char buf1[] = { 'k', 'r', 4, 'v', 'a', 0 };
char buf2[] = { 'k', 'r', 'a', 'v', 4, 0 };