Fixed isHidden regression

This commit is contained in:
Phil Nash 2014-05-19 17:50:58 +01:00
parent 65cc14c44e
commit ee956bc94e
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ namespace Catch {
if( tag == "hide" || tag == "." ) {
tags.insert( "hide" );
tags.insert( "." );
isHidden = true;
}
else {
tags.insert( tag );