mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Also test Approx template constructor
This commit is contained in:
		| @@ -189,8 +189,8 @@ TEST_CASE( "Comparison with explicitly convertible types", "[Approx]" ) | ||||
|   REQUIRE(Approx(9.0) <= td); | ||||
|  | ||||
|   REQUIRE(td >= Approx(9.0)); | ||||
|   REQUIRE(td >= Approx(10.0)); | ||||
|   REQUIRE(Approx(10.0) >= td); | ||||
|   REQUIRE(td >= Approx(td)); | ||||
|   REQUIRE(Approx(td) >= td); | ||||
|   REQUIRE(Approx(11.0) >= td); | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský