summaryrefslogtreecommitdiff
path: root/utils/unittest
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2017-05-06 02:45:42 +0000
committerKamil Rytarowski <n54@gmx.com>2017-05-06 02:45:42 +0000
commit3ff0533844036c79e49b0b0d8270aa87cd724c9f (patch)
tree7bc5529ecaa44f0ddb7fe8b3baee04f92142a423 /utils/unittest
parent9d90a01fafa0188e13a6b822e1d16e034edf9d3b (diff)
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
Diffstat (limited to 'utils/unittest')
-rw-r--r--utils/unittest/googletest/README.LLVM2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/unittest/googletest/README.LLVM b/utils/unittest/googletest/README.LLVM
index 06c80fea067..99d0bc5b7ae 100644
--- a/utils/unittest/googletest/README.LLVM
+++ b/utils/unittest/googletest/README.LLVM
@@ -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.