more
This commit is contained in:
		
							parent
							
								
									720527ec6c
								
							
						
					
					
						commit
						d0923d2754
					
				@ -797,7 +797,7 @@ TEST(ActionPnMacroTest, WorksFor3Parameters) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  Action<std::string(const std::string& s)> a2 = Plus("tail", "-", ">");
 | 
					  Action<std::string(const std::string& s)> a2 = Plus("tail", "-", ">");
 | 
				
			||||||
  const std::string re = "re";
 | 
					  const std::string re = "re";
 | 
				
			||||||
  tuple<const std> dummy = make_tuple(re);
 | 
					  tuple<const std::string> dummy = make_tuple(re);
 | 
				
			||||||
  EXPECT_EQ("retail->", a2.Perform(dummy));
 | 
					  EXPECT_EQ("retail->", a2.Perform(dummy));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user