 4684ddb6aa
			
		
	
	
		4684ddb6aa
		
	
	
	
	
		
			
			- import libcxx - reduce targets to the one when compiled as a tools Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
		
			
				
	
	
		
			5 lines
		
	
	
		
			136 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			136 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
 | |
| void log_test(bool predicate, const char *file, int line, const char *message);
 | |
| 
 | |
| #define TEST(p, m) log_test(p, __FILE__, __LINE__, m)
 |