Skip to content

Commit 119a61b

Browse files
Fix conflict mistake
1 parent 7e457d5 commit 119a61b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,11 @@ _Block_release(void) { }\n")
260260
# doesn't need to be build for macCatalyst.
261261
list(APPEND test_dependencies
262262
"swift-reflection-test${DEFAULT_OSX_VARIANT_SUFFIX}")
263-
if("${SDK}" STREQUAL "WASI")
263+
264+
endif()
265+
266+
if(NOT "${SDK}" STREQUAL "WASI")
264267
# wasm: Avoid to build swift-reflection-test because it uses unsupported linker flags for wasm-ld
265-
elseif()
266268
list(APPEND test_dependencies
267269
"swift-reflection-test${VARIANT_SUFFIX}_signed")
268270
endif()

0 commit comments

Comments
 (0)