reverting just to test
This commit is contained in:
		@@ -764,7 +764,7 @@ TEST(MatcherCastTest, NonImplicitlyConstructibleTypeWithOperatorEq) {
 | 
				
			|||||||
namespace convertible_from_any {
 | 
					namespace convertible_from_any {
 | 
				
			||||||
// Implicitly convertible from any type.
 | 
					// Implicitly convertible from any type.
 | 
				
			||||||
struct ConvertibleFromAny {
 | 
					struct ConvertibleFromAny {
 | 
				
			||||||
  ConvertibleFromAny(int a_value) : value(a_value) {}
 | 
					explicit  ConvertibleFromAny(int a_value) : value(a_value) {}
 | 
				
			||||||
  template <typename T>
 | 
					  template <typename T>
 | 
				
			||||||
  ConvertibleFromAny(const T& /*a_value*/) : value(-1) {
 | 
					  ConvertibleFromAny(const T& /*a_value*/) : value(-1) {
 | 
				
			||||||
    ADD_FAILURE() << "Conversion constructor called";
 | 
					    ADD_FAILURE() << "Conversion constructor called";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user