Move Approx out of the Detail namespace

This commit is contained in:
Martin Hořeňovský
2020-02-03 15:07:59 +01:00
parent bd9520c0f9
commit c3a5e21648
12 changed files with 18 additions and 25 deletions

View File

@@ -10103,7 +10103,7 @@ Nor would this
</Expression>
<Expression success="true" type="REQUIRE" filename="tests/<exe-name>/IntrospectiveTests/CmdLine.tests.cpp" >
<Original>
config.benchmarkConfidenceInterval == Catch::Detail::Approx(0.99)
config.benchmarkConfidenceInterval == Catch::Approx(0.99)
</Original>
<Expanded>
0.99 == Approx( 0.99 )