Comment that q0_ in primer should remain empty
PiperOrigin-RevId: 496642643 Change-Id: I178efeda76cbf46e5f4bb91454c205b9a060a4ea
This commit is contained in:
		
				
					committed by
					
						
						Copybara-Service
					
				
			
			
				
	
			
			
			
						parent
						
							a4e0be898b
						
					
				
				
					commit
					b3bfebd796
				
			@@ -274,6 +274,7 @@ First, define a fixture class. By convention, you should give it the name
 | 
			
		||||
class QueueTest : public ::testing::Test {
 | 
			
		||||
 protected:
 | 
			
		||||
  void SetUp() override {
 | 
			
		||||
     // q0_ remains empty
 | 
			
		||||
     q1_.Enqueue(1);
 | 
			
		||||
     q2_.Enqueue(2);
 | 
			
		||||
     q2_.Enqueue(3);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user