mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-05 05:39:53 +01:00
IndexOfHideLabel is never used
This commit is contained in:
parent
e99f1efd28
commit
3079b514d4
@ -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})
|
||||||
|
Loading…
Reference in New Issue
Block a user