summaryrefslogtreecommitdiffstats
path: root/googletest/samples/sample8_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add missing std includesTom Hughes2023-04-201-0/+2
| | | | | PiperOrigin-RevId: 525850646 Change-Id: I64387f5b933beb79cd05636dca81b7a75213383e
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-4/+2
| | | | | | | | | | | | | | | | 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 exportmisterg2019-01-141-3/+2
| | | | | | Change remaining samples to use new Test Suite API PiperOrigin-RevId: 229231566
* Googletest exportAbseil Team2018-12-031-5/+5
| | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
* Unconditionally use std::tuple.Abseil Team2018-10-091-23/+4
| | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-5/+6
| | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* Samples changes upstreamingmisterg2017-08-071-1/+1
|
* WIPmisterg2017-08-011-1/+2
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+173