mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	oops! didn't mean to disable that test
This commit is contained in:
		
							parent
							
								
									050f4adcb4
								
							
						
					
					
						commit
						d3b5a7985d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -725,7 +725,7 @@ def test_copied(self):
 | 
			
		|||
        # Issue 4348.  Make sure that operations that don't mutate the array
 | 
			
		||||
        # copy the bytes.
 | 
			
		||||
        b = bytearray(b'abc')
 | 
			
		||||
        #self.assertFalse(b is b.replace(b'abc', b'cde', 0))
 | 
			
		||||
        self.assertFalse(b is b.replace(b'abc', b'cde', 0))
 | 
			
		||||
 | 
			
		||||
        t = bytearray([i for i in range(256)])
 | 
			
		||||
        x = bytearray(b'')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue