diff options
Diffstat (limited to 'lib/torture/torture.h')
-rw-r--r-- | lib/torture/torture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torture/torture.h b/lib/torture/torture.h index 931937c1182..6482e89b94f 100644 --- a/lib/torture/torture.h +++ b/lib/torture/torture.h @@ -221,7 +221,7 @@ bool torture_run_suite(struct torture_context *context, /* Run the specified testsuite recursively, but only the specified * tests */ bool torture_run_suite_restricted(struct torture_context *context, - struct torture_suite *suite, char **restricted); + struct torture_suite *suite, const char **restricted); /* Run the specified testcase */ bool torture_run_tcase(struct torture_context *context, |