aboutsummaryrefslogtreecommitdiff
path: root/ci-tests/testlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ci-tests/testlib.c')
-rw-r--r--ci-tests/testlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-tests/testlib.c b/ci-tests/testlib.c
index 1fca4fa..559a1f8 100644
--- a/ci-tests/testlib.c
+++ b/ci-tests/testlib.c
@@ -29,7 +29,7 @@ int main()
hartids,
false,
4);
- std::vector<const device_factory_t*> plugin_devices;
+ std::vector<device_factory_t*> plugin_devices;
std::vector<std::string> htif_args {"pk", "hello"};
debug_module_config_t dm_config = {
.progbufsize = 2,