Browse Source

Fix tests

Daniele Bartolini 10 years ago
parent
commit
9546676f69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/unit_tests.cpp

+ 1 - 1
src/core/unit_tests.cpp

@@ -127,7 +127,7 @@ static void test_sjson()
 {
 	memory_globals::init();
 	{
-		JsonValueType::Enum type = json::type("null");
+		JsonValueType::Enum type = sjson::type("null");
 		CE_ENSURE(type == JsonValueType::NIL);
 		type = sjson::type("true");
 		CE_ENSURE(type == JsonValueType::BOOL);