Don't introduce Catch::Matchers namespace in macro

- this could be a breaking change - fixed up self-test code to compensate
This commit is contained in:
Phil Nash 2015-11-05 18:10:33 +00:00
parent 315c83ad87
commit f3e7722cc6
4 changed files with 7 additions and 2 deletions

View file

@ -44,6 +44,8 @@ inline Catch::TestCase fakeTestCase( const char* name, const char* desc = "" ){
TEST_CASE( "Process can be configured on command line", "[config][command-line]" ) {
using namespace Catch::Matchers;
Catch::ConfigData config;
SECTION( "default - no arguments", "" ) {