aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/modules-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules-test.c b/tests/modules-test.c
index 3aef0e5..a8118e9 100644
--- a/tests/modules-test.c
+++ b/tests/modules-test.c
@@ -4,7 +4,7 @@
static void test_modules_load(const void *data)
{
QTestState *qts;
- const char **args = data;
+ const char **args = (const char **)data;
qts = qtest_init(NULL);
qtest_module_load(qts, args[0], args[1]);