diff options
author | Abseil Team <absl-team@google.com> | 2021-07-21 18:14:36 (GMT) |
---|---|---|
committer | CJ Johnson <johnsoncj@google.com> | 2021-07-22 18:53:50 (GMT) |
commit | ce4895aae87d3cdad8677f6f888abceea6bb5bdc (patch) | |
tree | 5903ce5cccf95254ed31e3b4e4b08332d2669022 /googletest/include/gtest/gtest_pred_impl.h | |
parent | 8d6a4f8afe763e1537b0e00d1af287bafe1b6b50 (diff) | |
download | googletest-ce4895aae87d3cdad8677f6f888abceea6bb5bdc.zip googletest-ce4895aae87d3cdad8677f6f888abceea6bb5bdc.tar.gz googletest-ce4895aae87d3cdad8677f6f888abceea6bb5bdc.tar.bz2 |
Googletest export
Fix include guards in gen_pred_test.py
PiperOrigin-RevId: 386052814
Diffstat (limited to 'googletest/include/gtest/gtest_pred_impl.h')
-rw-r--r-- | googletest/include/gtest/gtest_pred_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest_pred_impl.h b/googletest/include/gtest/gtest_pred_impl.h index 5029a9b..07c0dae 100644 --- a/googletest/include/gtest/gtest_pred_impl.h +++ b/googletest/include/gtest/gtest_pred_impl.h @@ -27,7 +27,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// This file is AUTOMATICALLY GENERATED on 01/02/2019 by command +// This file is AUTOMATICALLY GENERATED on 07/21/2021 by command // 'gen_gtest_pred_impl.py 5'. DO NOT EDIT BY HAND! // // Implements a family of generic predicate assertion macros. |