Skip to content

Commit 44f7e80

Browse files
committed
Remove labels
1 parent 1959755 commit 44f7e80

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ endif()
44

55
function(add_pato_tests
66
MODE
7-
LABEL
87
EXTRA_ARGS
98
LENGTH_ARGS
109
ERROR_ARGS
@@ -33,7 +32,7 @@ function(add_pato_tests
3332

3433
set_tests_properties(${test_name}
3534
PROPERTIES
36-
LABELS "PATO;${LABEL}")
35+
LABELS PATO)
3736

3837
math(EXPR counter "${counter} + 1")
3938
endforeach()
@@ -45,7 +44,6 @@ function(add_pato_tests
4544
endfunction()
4645

4746
add_pato_tests(
48-
tfo
4947
tfo
5048
""
5149
" ;-l 10 -L 14"
@@ -56,7 +54,6 @@ add_pato_tests(
5654
" ;-po on")
5755

5856
add_pato_tests(
59-
tts
6057
tts
6158
"-cs 6"
6259
" ;-l 10 -L 14"
@@ -67,7 +64,6 @@ add_pato_tests(
6764
" ;-po on")
6865

6966
add_pato_tests(
70-
tpx
7167
tpx
7268
"-cs 4"
7369
" ;-l 10 -L 14"

0 commit comments

Comments
 (0)