Skip to content

Commit 93ad779

Browse files
authored
Merge pull request #70694 from slavapestov/two-ci-fixes
A couple of small fixes for CI
2 parents 65343ad + ab28449 commit 93ad779

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

stdlib/cmake/modules/SwiftSource.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,6 @@ function(_compile_swift_files
620620
list(APPEND swift_flags "-Xfrontend" "-disable-preallocated-instantiation-caches")
621621
endif()
622622

623-
list(APPEND swift_flags "-Xfrontend" "-enable-experimental-associated-type-inference")
624-
625623
list(APPEND swift_flags ${SWIFT_STDLIB_EXTRA_SWIFT_COMPILE_FLAGS})
626624

627625
list(APPEND swift_flags ${SWIFT_EXPERIMENTAL_EXTRA_FLAGS})

test/Interpreter/rdar119541554.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
// RUN: %target-run %t/a.out
66

77
// REQUIRES: executable_test
8-
// REQUIRES: macos_min_version_13
8+
// REQUIRES: objc_interop
9+
10+
// UNSUPPORTED: use_os_stdlib
11+
// UNSUPPORTED: back_deployment_runtime
912

1013
struct S {
1114
var x = 42

0 commit comments

Comments
 (0)