--- a/tests/test_properties.c Sat Dec 13 12:50:37 2025 +0100 +++ b/tests/test_properties.c Sat Dec 13 12:54:56 2025 +0100 @@ -671,8 +671,8 @@ CxPropertiesStatus status = cxPropertiesLoadDefault(&talloc.base, fname, map); CX_TEST_ASSERT(status == CX_PROPERTIES_NO_ERROR); CX_TEST_ASSERT(cxMapSize(map) == 2); - cxstring v1 = CX_STR("value"); - cxstring v2 = CX_STR("value2"); + cxstring v1 = cx_str("value"); + cxstring v2 = cx_str("value2"); CX_TEST_ASSERT(cx_strcmp_p(cxMapGet(map, "test"), &v1) == 0); CX_TEST_ASSERT(cx_strcmp_p(cxMapGet(map, "test2"), &v2) == 0);