summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_bench.cpp1
-rw-r--r--tests/ingen_test.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp
index 126b7e13..05cf5387 100644
--- a/tests/ingen_bench.cpp
+++ b/tests/ingen_bench.cpp
@@ -21,7 +21,6 @@
#include "ingen/Forge.hpp"
#include "ingen/Parser.hpp"
#include "ingen/World.hpp"
-#include "ingen/memory.hpp"
#include "ingen/runtime_paths.hpp"
#include <chrono>
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 5634f513..367c9e2b 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -136,7 +136,7 @@ main(int argc, char** argv)
*world->interface().get());
// AtomWriter to serialise responses from the engine
- SPtr<Interface> client(new TestClient(world->log()));
+ std::shared_ptr<Interface> client(new TestClient(world->log()));
world->interface()->set_respondee(client);
world->engine()->register_client(client);