We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8686d3f + 7f3c8d8 commit 451dcd6Copy full SHA for 451dcd6
test/Driver/loaded_module_trace_enabled_features.swift
@@ -12,6 +12,7 @@
12
// RUN: -emit-loaded-module-trace-path %t/swift5_and_features.trace.json \
13
// RUN: -enable-experimental-feature ParserValidation \
14
// RUN: -enable-upcoming-feature RegionBasedIsolation \
15
+// RUN: -enable-library-evolution \
16
// RUN: -strict-memory-safety
17
// RUN: %FileCheck -check-prefix=CHECK-SWIFT5-PLUS %s < %t/swift5_and_features.trace.json
18
@@ -50,6 +51,7 @@
50
51
// CHECK-SWIFT5-PLUS: "arch":"{{[^"]*}}"
52
// CHECK-SWIFT5-PLUS: "languageMode":"5"
53
// CHECK-SWIFT5-PLUS: "enabledLanguageFeatures":[
54
+// CHECK-SWIFT5-PLUS: "LibraryEvolution",
55
// CHECK-SWIFT5-PLUS: "NonfrozenEnumExhaustivity",
56
// CHECK-SWIFT5-PLUS: "ParserValidation",
57
// CHECK-SWIFT5-PLUS: "RegionBasedIsolation",
0 commit comments