mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	ML example; or' is deprecated, changed to ||'
				
					
				
			Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
		
							parent
							
								
									20be39006e
								
							
						
					
					
						commit
						a028f200af
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -168,7 +168,7 @@ let basic_tests ( ctx : context ) = | |||
|   let inum = (get_numerator rn) in | ||||
|   let iden = get_denominator rn in | ||||
|   Printf.printf "Numerator: %s Denominator: %s\n" (Real.to_string inum) (Real.to_string iden) ; | ||||
|   if ((Real.to_string inum) <> "42" or (Real.to_string iden) <> "43") then | ||||
|   if ((Real.to_string inum) <> "42" || (Real.to_string iden) <> "43") then | ||||
|     raise (TestFailedException "") | ||||
|   else  | ||||
|     Printf.printf "Test passed.\n" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue