mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	unit_tests: fix strtoul unit test
This commit is contained in:
		
							parent
							
								
									68e40ea2a7
								
							
						
					
					
						commit
						7807f569e4
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1883,7 +1883,6 @@ TEST(parsing, strtoul)
 | 
			
		|||
  p = "q";
 | 
			
		||||
  endp = nullptr;
 | 
			
		||||
  ul = std::strtoul(p, const_cast<char**>(&endp), 10);
 | 
			
		||||
  EXPECT_EQ(0, errno);
 | 
			
		||||
  EXPECT_EQ(0, ul);
 | 
			
		||||
  EXPECT_EQ(p, endp);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue