mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 13:19:55 +01:00
Fixed isHidden regression
This commit is contained in:
parent
65cc14c44e
commit
ee956bc94e
@ -68,6 +68,7 @@ namespace Catch {
|
|||||||
if( tag == "hide" || tag == "." ) {
|
if( tag == "hide" || tag == "." ) {
|
||||||
tags.insert( "hide" );
|
tags.insert( "hide" );
|
||||||
tags.insert( "." );
|
tags.insert( "." );
|
||||||
|
isHidden = true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tags.insert( tag );
|
tags.insert( tag );
|
||||||
|
Loading…
Reference in New Issue
Block a user