File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -140,16 +140,16 @@ set(DISPATCH_C_TESTS
140
140
# Excluded by default for purposes of Swift CI
141
141
if (EXTENDED_TEST_SUITE )
142
142
list (APPEND DISPATCH_C_TESTS
143
- priority
144
- concur
145
- read
146
- read2
147
- suspend_timer
148
- pingpong
149
- drift
150
- readsync
151
- cascade
152
- io )
143
+ priority
144
+ concur
145
+ read
146
+ read2
147
+ suspend_timer
148
+ pingpong
149
+ drift
150
+ readsync
151
+ cascade
152
+ io )
153
153
# an oddball; dispatch_priority.c compiled with -DUSE_SET_TARGET_QUEUE=1
154
154
add_unit_test (dispatch_priority2 SOURCES dispatch_priority.c )
155
155
target_compile_options (dispatch_priority2 PRIVATE -DUSE_SET_TARGET_QUEUE=1 )
@@ -158,10 +158,10 @@ endif()
158
158
# add C tests for platform-specific functionality when applicable
159
159
if (CMAKE_SYSTEM_NAME STREQUAL Darwin )
160
160
list (APPEND DISPATCH_C_TESTS
161
- deadname
162
- proc
163
- vm
164
- vnode )
161
+ deadname
162
+ proc
163
+ vm
164
+ vnode )
165
165
endif ()
166
166
167
167
foreach (test ${DISPATCH_C_TESTS} )
You can’t perform that action at this time.
0 commit comments