mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Change <> to !=
This commit is contained in:
		| @@ -94,6 +94,6 @@ approve( "junit.sw", ["~_", "-s", "-w", "NoAssertions", "-r", "junit"] ) | ||||
| # xml reporter, include passes, warn about No Assertions | ||||
| approve( "xml.sw", ["~_", "-s", "-w", "NoAssertions", "-r", "xml"] ) | ||||
|  | ||||
| if overallResult <> 0: | ||||
| if overallResult != 0: | ||||
| 	print "run approve.py to approve new baselines" | ||||
| exit( overallResult) | ||||
| exit( overallResult) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Moene
					Martin Moene