summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 605b25fc..ec417978 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -145,7 +145,7 @@ main(int argc, char** argv)
reinterpret_cast<const uint8_t*>(run_path.c_str()),
nullptr, &cmds_base, true);
- Sord::Model* cmds =
+ auto* cmds =
new Sord::Model(*world->rdf_world(),
reinterpret_cast<const char*>(cmds_file_uri.buf));