summaryrefslogtreecommitdiffstats
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 a5192f6..38f7657 100644
--- a/tools/perf/tests/is_printable_array.c
+++ b/tools/perf/tests/is_printable_array.c
@@ -4,7 +4,7 @@
#include "debug.h"
#include "print_binary.h"
-int test__is_printable_array(int subtest __maybe_unused)
+int test__is_printable_array(struct test *test __maybe_unused, int subtest __maybe_unused)
{
char buf1[] = { 'k', 'r', 4, 'v', 'a', 0 };
char buf2[] = { 'k', 'r', 'a', 'v', 4, 0 };
OpenPOWER on IntegriCloud