typo
This commit is contained in:
		@@ -902,6 +902,8 @@ TEST(SafeMatcherCastTest, FromSameType) {
 | 
			
		||||
  EXPECT_FALSE(m2.Matches(1));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#if !defined _MSC_VER
 | 
			
		||||
 | 
			
		||||
namespace convertible_from_any {
 | 
			
		||||
TEST(SafeMatcherCastTest, ConversionConstructorIsUsed) {
 | 
			
		||||
  Matcher<ConvertibleFromAny> m = SafeMatcherCast<ConvertibleFromAny>(1);
 | 
			
		||||
@@ -917,6 +919,8 @@ TEST(SafeMatcherCastTest, FromConvertibleFromAny) {
 | 
			
		||||
}
 | 
			
		||||
}  // namespace convertible_from_any
 | 
			
		||||
 | 
			
		||||
#endif  // !defined _MSC_VER
 | 
			
		||||
 | 
			
		||||
TEST(SafeMatcherCastTest, ValueIsNotCopied) {
 | 
			
		||||
  int n = 42;
 | 
			
		||||
  Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user