Skip to content

Commit

Permalink
Give the user some guidance where to add missing enumeration values. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 authored Feb 27, 2025
1 parent 1bea3fa commit 9affd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/cstest/include/test_compare.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
} \
}
Expand Down

0 comments on commit 9affd99

Please # to comment.