Note addition of NetBSD support in googletest

Recreated patch for __NetBSD__ has been pushed upstream to Google.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302329 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Kamil Rytarowski 2017-05-06 02:45:42 +00:00
parent 9d90a01faf
commit 3ff0533844

View File

@ -16,5 +16,5 @@ $ rm -f src/gtest_main.cc
$ mv LICENSE LICENSE.TXT
Modified as follows:
* Added support for Minix and Haiku.
* Added support for NetBSD, Minix and Haiku.
* Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.