forked from catchorg/Catch2
IndexOfHideLabel is never used
This commit is contained in:
@ -155,7 +155,6 @@ function(ParseFile SourceFile TestTarget)
|
|||||||
|
|
||||||
list(APPEND Labels ${Tags})
|
list(APPEND Labels ${Tags})
|
||||||
|
|
||||||
list(FIND Labels "!hide" IndexOfHideLabel)
|
|
||||||
set(HiddenTagFound OFF)
|
set(HiddenTagFound OFF)
|
||||||
foreach(label ${Labels})
|
foreach(label ${Labels})
|
||||||
string(REGEX MATCH "^!hide|^\\." result ${label})
|
string(REGEX MATCH "^!hide|^\\." result ${label})
|
||||||
|
Reference in New Issue
Block a user