mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
[stdilb] introduce Copyable protocol
This replaces the old, unavailable `_Copyable`. rdar://110420673
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
|
||||
// This test checks that conformances to _Copyable do not appear in swiftinterface files
|
||||
// This test checks that conformances to Copyable do not appear in swiftinterface files
|
||||
|
||||
// Generate the parseable interface of the current file via the merge-modules step
|
||||
// RUN: %target-build-swift -emit-module -o %t/Test.swiftmodule -emit-module-interface-path %t/TestMerge.swiftinterface -module-name Test %s -enable-library-evolution -swift-version 5
|
||||
|
||||
Reference in New Issue
Block a user