Tests: don't link FailingBuilds with catch

This commit is contained in:
Benoit Blanchon
2024-10-23 15:04:52 +02:00
parent 64cbaa6ff7
commit 20219d74f0
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ macro(build_should_fail target)
set_tests_properties(${target}
PROPERTIES
WILL_FAIL TRUE
LABELS "WillFail;Catch"
LABELS "WillFail"
)
endmacro()