mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Having a Swift array of C++ reference types without crashing at runtime only became possible recently (https://github.com/apple/swift/pull/73615). When building against an older runtime, one would still see runtime crashes. This is expected because part of the fix is in the Swift runtime. This makes sure we don't try to run tests for C++ reference types with an older Swift runtime. rdar://128681137
2.2 KiB
2.2 KiB