Skip to content

Commit 5be8669

Browse files
committed
build: clean up some hard tabs
1 parent c90f44a commit 5be8669

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tests/CMakeLists.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,16 @@ set(DISPATCH_C_TESTS
140140
# Excluded by default for purposes of Swift CI
141141
if(EXTENDED_TEST_SUITE)
142142
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)
153153
# an oddball; dispatch_priority.c compiled with -DUSE_SET_TARGET_QUEUE=1
154154
add_unit_test(dispatch_priority2 SOURCES dispatch_priority.c)
155155
target_compile_options(dispatch_priority2 PRIVATE -DUSE_SET_TARGET_QUEUE=1)
@@ -158,10 +158,10 @@ endif()
158158
# add C tests for platform-specific functionality when applicable
159159
if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
160160
list(APPEND DISPATCH_C_TESTS
161-
deadname
162-
proc
163-
vm
164-
vnode)
161+
deadname
162+
proc
163+
vm
164+
vnode)
165165
endif()
166166

167167
foreach(test ${DISPATCH_C_TESTS})

0 commit comments

Comments
 (0)