summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ingen_bench.cpp2
-rw-r--r--tests/ingen_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp
index f16908f6..e8cccf4c 100644
--- a/tests/ingen_bench.cpp
+++ b/tests/ingen_bench.cpp
@@ -92,7 +92,7 @@ main(int argc, char** argv)
}
// Load modules
- ingen_try(world->load_module("server_profiled"),
+ ingen_try(world->load_module("server"),
"Unable to load server module");
// Initialise engine
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 1eb184e4..5f0f6772 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -104,7 +104,7 @@ main(int argc, char** argv)
free(real_start_graph);
// Load modules
- ingen_try(world->load_module("server_profiled"),
+ ingen_try(world->load_module("server"),
"Unable to load server module");
// Initialise engine