summaryrefslogtreecommitdiff
path: root/third_party/googletest/README.libvpx
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googletest/README.libvpx')
-rw-r--r--third_party/googletest/README.libvpx13
1 files changed, 4 insertions, 9 deletions
diff --git a/third_party/googletest/README.libvpx b/third_party/googletest/README.libvpx
index 49005ddac..ed55fb09f 100644
--- a/third_party/googletest/README.libvpx
+++ b/third_party/googletest/README.libvpx
@@ -1,5 +1,5 @@
URL: https://github.com/google/googletest.git
-Version: release-1.8.1
+Version: release-1.10.0-224-g23b2a3b1
License: BSD
License File: LICENSE
@@ -13,16 +13,11 @@ generation.
Local Modifications:
- Remove everything but:
- googletest-release-1.8.1/googletest/
- CHANGES
+ googletest/
CONTRIBUTORS
include
LICENSE
README.md
src
-
-- Make WithParamInterface<T>::GetParam static in order to avoid
- initialization issues
- https://github.com/google/googletest/pull/1830
-- Use wcslen() instead of std::wcslen()
- https://github.com/google/googletest/pull/1899
+- Enable kErrorOnUninstantiatedParameterizedTest and
+ kErrorOnUninstantiatedTypeParameterizedTest in gtest.cc