File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e1d9f82bd93688ce86c04709b393f1677cb58cda
2
+ refs/heads/master: c4d5e65046d1ee2e2cd1b0912fbfba93349d0861
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -221,10 +221,9 @@ _Block_release(void) { }\n")
221
221
OUTPUT_NAME BlocksRuntime )
222
222
list (APPEND test_dependencies BlocksRuntimeStub${VARIANT_SUFFIX} )
223
223
224
- list (APPEND test_dependencies
225
- "swift-test-stdlib-${SWIFT_SDK_${SDK} _LIB_SUBDIR}" )
226
-
227
224
if (SWIFT_BUILD_STDLIB AND SWIFT_INCLUDE_TESTS )
225
+ list (APPEND test_dependencies
226
+ "swift-test-stdlib-${SWIFT_SDK_${SDK} _LIB_SUBDIR}" )
228
227
list (APPEND test_dependencies
229
228
"swift-reflection-test${VARIANT_SUFFIX} _signed" )
230
229
endif ()
You can’t perform that action at this time.
0 commit comments