summaryrefslogtreecommitdiff
path: root/src/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.cpp')
-rw-r--r--src/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.cpp b/src/test.cpp
index 7c9fa9408..c998a97ab 100644
--- a/src/test.cpp
+++ b/src/test.cpp
@@ -1088,7 +1088,7 @@ void run_tests()
// Create node definitions
IWritableNodeDefManager *nodedef = createNodeDefManager();
- content_mapnode_init(NULL, nodedef);
+ content_mapnode_init(nodedef);
infostream<<"run_tests() started"<<std::endl;
TEST(TestUtilities);