mirror of
https://github.com/google/googletest.git
synced 2025-12-30 03:38:27 +08:00
Update example for SetUpTestSuite/TearDownTestSuite to use modern C++ standards. Currently it is using an outdated C++ construct (defining static member variables separately from the declaration). PiperOrigin-RevId: 408663014