mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
Fix a build failure introduced by a new error diagnostic (-Wsigned-unsigned-wchar) in clang that has been fixed in a newer version of gtest and revert commit a34bca8611b6263632a94d3d773df076c81d03dd which worked around it. Change-Id: Ibe332bf65215e4722fd962540f144c435f77b2fb Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1753067 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
Name: Google Test (googletest)
Short Name: gtest
URL: https://github.com/google/googletest/
Revision: See DEPS
License: BSD 3-clause
License File: gtest/googletest/LICENSE
Security Critical: no
Description:
Google Test (Google C++ Testing Framework) is Google’s framework for writing C++
tests on a variety of platforms. It includes Google Mock, an extension for
writing and using C++ mock classes.
Local Modifications:
None