Skip to content

Commit bab1a9c

Browse files
committed
Update test for LibraryEvolution feature
1 parent c68ef1c commit bab1a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Frontend/print-supported-features.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
// CHECK: "features": {
44
// CHECK-NEXT: "optional": [
5-
// CHECK: { "name": "StrictMemorySafety", "migratable": true, "categories": ["StrictMemorySafety"], "flag_name": "-strict-memory-safety" }
5+
// CHECK: { "name": "StrictMemorySafety", "migratable": true, "categories": ["StrictMemorySafety"], "flag_name": "-strict-memory-safety" },
6+
// CHECK: { "name": "LibraryEvolution", "flag_name": "-enable-library-evolution" }
67
// CHECK-NEXT: ],
78
// CHECK-NEXT: "upcoming": [
89
// CHECK: { "name": "InferIsolatedConformances", "migratable": true, "categories": ["IsolatedConformances"], "enabled_in": "7" },

0 commit comments

Comments
 (0)