mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 22:27:47 +00:00
[test] define all unit tests in ot namespace (#9617)
This commit updates unit test modules to be defined under the `ot` namespace. This aligns all the unit tests to follow the same model, eliminating the need to use `ot::` prefix in unit test code.
This commit is contained in:
@@ -57,8 +57,8 @@ static const uint8_t sMottoText[] = "Think good thoughts, say good words, d
|
||||
static const uint8_t sMysteryText[] = "4871(\\):|(3$}{4|/4/2%14(\\)";
|
||||
static const uint8_t sHexText[] = "0123456789abcdef";
|
||||
|
||||
static ot::Instance *sInstance;
|
||||
static MessagePool *sMessagePool;
|
||||
static Instance *sInstance;
|
||||
static MessagePool *sMessagePool;
|
||||
|
||||
struct CallbackContext
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user