container: root: common: utility: refactor/add tests

This commit is contained in:
2025-12-02 15:11:04 -08:00
parent ea20413107
commit d156f62fa7
2 changed files with 133 additions and 76 deletions

View File

@@ -102,9 +102,6 @@ struct ByteFixture
struct CommonFixture
{
protected:
using EErrorCode = ::TInterpreter::EErrorCode;
std::unique_ptr<EErrorCode> ecode;
CommonFixture() { ecode = std::make_unique<EErrorCode>(); }
};
} // namespace tests
} // namespace dfi