Formatting
This commit is contained in:
		
							parent
							
								
									8cb6f62ec9
								
							
						
					
					
						commit
						2f68e6b0d7
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
// Copyright 2006, Google Inc.
 | 
					// Copyright 2018, Google Inc.
 | 
				
			||||||
// All rights reserved.
 | 
					// All rights reserved.
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// Redistribution and use in source and binary forms, with or without
 | 
					// Redistribution and use in source and binary forms, with or without
 | 
				
			||||||
@ -40,14 +40,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "gtest/gtest.h"
 | 
					#include "gtest/gtest.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TEST(FooTest, Test1) {
 | 
					TEST(FooTest, Test1) {}
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
TEST(FooTest, Test2) {
 | 
					TEST(FooTest, Test2) {}
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
int main(int argc, char **argv) {
 | 
					int main(int argc, char **argv) {
 | 
				
			||||||
  ::testing::InitGoogleTest(&argc, argv);
 | 
					  ::testing::InitGoogleTest(&argc, argv);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return RUN_ALL_TESTS();
 | 
					  return RUN_ALL_TESTS();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user