Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Losev); Fixes ambiguous call to implicit_cast; Uses gtest's SkipPrefix() instead gmock's own (by Vlad Losev).
This commit is contained in:
@@ -123,7 +123,7 @@ inline To down_cast(From* f) { // so we only accept pointers
|
||||
// completely.
|
||||
if (false) {
|
||||
const To to = NULL;
|
||||
implicit_cast<From*>(to);
|
||||
::testing::internal::implicit_cast<From*>(to);
|
||||
}
|
||||
|
||||
#if GTEST_HAS_RTTI
|
||||
|
||||
Reference in New Issue
Block a user