Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Running clang-format over all of GoogleTest | Abseil Team | 2022-03-15 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | A few tests are examining code locations and looking af the resulting line numbers to verify that GoogleTest shows those to users correctly. Some of those locations change when clang-format is run. For those locations, I've wrapped portions in: // clang-format off ... // clang-format on There may be other locations that are currently not tickled by running clang-format. PiperOrigin-RevId: 434844712 Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -5/+7 |
| | | | | | | Remove unintended dependency. PiperOrigin-RevId: 222243874 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -0/+204 |
Add stringization based tests for gmock-pp.h macros PiperOrigin-RevId: 221961835 |