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 | ||||
* | fix tests | srz_zumix | 2020-08-02 | 1 | -1/+1 |
| | |||||
* | Googletest export | Abseil Team | 2018-12-03 | 1 | -3/+3 |
| | | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219 | ||||
* | Googletest export | misterg | 2018-10-31 | 1 | -1/+0 |
| | | | | | | Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284 | ||||
* | Comments changes, no functionality changesrefs/pull/1740/head | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | gtest catch exceptions test and gtest shuffle test | Gennadiy Civil | 2018-08-01 | 1 | -0/+103 |