summaryrefslogtreecommitdiff
path: root/lib/torture/torture.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/torture/torture.h')
-rw-r--r--lib/torture/torture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torture/torture.h b/lib/torture/torture.h
index 931937c118..6482e89b94 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,