mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-15 18:05:38 +02:00
Also test Approx template constructor
This commit is contained in:
@@ -1273,7 +1273,7 @@
|
||||
</Expression>
|
||||
<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Approx.tests.cpp" >
|
||||
<Original>
|
||||
td >= Approx(10.0)
|
||||
td >= Approx(td)
|
||||
</Original>
|
||||
<Expanded>
|
||||
StrongDoubleTypedef(10) >= Approx( 10.0 )
|
||||
@@ -1281,7 +1281,7 @@
|
||||
</Expression>
|
||||
<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Approx.tests.cpp" >
|
||||
<Original>
|
||||
Approx(10.0) >= td
|
||||
Approx(td) >= td
|
||||
</Original>
|
||||
<Expanded>
|
||||
Approx( 10.0 ) >= StrongDoubleTypedef(10)
|
||||
|
Reference in New Issue
Block a user