mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
9d95a19e52
This commit refactors various unit tests to use `constexpr` for defining constants instead of anonymous `enum` types. Using `constexpr` is the modern and preferred approach in C++, as it provides explicit types for constants and improves code clarity and type safety.