mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-08-14 13:25:53 +08:00
Have to wait for this one
This commit is contained in:
parent
af93d59eb7
commit
66eaf9f0eb
@ -758,7 +758,7 @@ TEST(MatcherCastTest, NonImplicitlyConstructibleTypeWithOperatorEq) {
|
||||
namespace convertible_from_any {
|
||||
// Implicitly convertible from any type.
|
||||
struct ConvertibleFromAny {
|
||||
ConvertibleFromAny(int a_value) : value(a_value) {}
|
||||
explicit ConvertibleFromAny(int a_value) : value(a_value) {}
|
||||
template <typename T>
|
||||
ConvertibleFromAny(const T& /*a_value*/) : value(-1) {
|
||||
ADD_FAILURE() << "Conversion constructor called";
|
||||
|
Loading…
x
Reference in New Issue
Block a user