Commit f7dc98f6 authored by Andrey Kamaev's avatar Andrey Kamaev

Merge pull request #205 from taka-no-me/gtest_r629

Update googletest to the latest upstream
parents 9c6eed0b b0d38303
...@@ -10,17 +10,6 @@ ...@@ -10,17 +10,6 @@
#endif #endif
#endif #endif
#ifdef ANDROID
# include <android/api-level.h>
# define GTEST_HAS_CLONE (__ANDROID_API__ > 7 && !defined __i386__)
# define GTEST_HAS_POSIX_RE (__ANDROID_API__ > 7)
# if defined _GLIBCXX_USE_WCHAR_T && _GLIBCXX_USE_WCHAR_T
# define GTEST_HAS_STD_WSTRING 1
# else
# define GTEST_HAS_STD_WSTRING 0
#endif
#endif
#include <stdarg.h> // for va_list #include <stdarg.h> // for va_list
#ifdef _MSC_VER #ifdef _MSC_VER
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment