Note addition of NetBSD support in googletest

Recreated patch for __NetBSD__ has been pushed upstream to Google.

llvm-svn: 302329
This commit is contained in:
Kamil Rytarowski 2017-05-06 02:45:42 +00:00
parent abc5d72f02
commit 99c86baab7

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.