| 218 | class SystemUtf8Environment : public ::testing::Environment { |
| 219 | public: |
| 220 | void SetUp() override { g_systemUtf8Ready = InitSystemUtf8Reference(); } |
| 221 | }; |
| 222 | |
| 223 | const ::testing::Environment *const kSystemUtf8Environment = |
nothing calls this directly
no test coverage detected