Give the user some guidance where to add missing enumeration values. (#2639)

This commit is contained in:
Rot127 2025-02-27 09:20:03 +00:00 committed by GitHub
parent 1bea3fab15
commit 9affd99bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ typedef int32_t tbool;
#actual " != " #expected ": %" PRId32 \
" != %s%s\n", \
actual, expected, \
found ? "" : " <== id not found"); \
found ? "" : " <== id not found. Consider adding it in test_mapping.h::cs_enum_map."); \
return ret_val; \
} \
}