mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update test for LibraryEvolution feature
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
// CHECK: "features": {
|
||||
// CHECK-NEXT: "optional": [
|
||||
// CHECK: { "name": "StrictMemorySafety", "migratable": true, "categories": ["StrictMemorySafety"], "flag_name": "-strict-memory-safety" }
|
||||
// CHECK: { "name": "StrictMemorySafety", "migratable": true, "categories": ["StrictMemorySafety"], "flag_name": "-strict-memory-safety" },
|
||||
// CHECK: { "name": "LibraryEvolution", "flag_name": "-enable-library-evolution" }
|
||||
// CHECK-NEXT: ],
|
||||
// CHECK-NEXT: "upcoming": [
|
||||
// CHECK: { "name": "InferIsolatedConformances", "migratable": true, "categories": ["IsolatedConformances"], "enabled_in": "7" },
|
||||
|
||||
Reference in New Issue
Block a user