Skip to content

Commit 451dcd6

Browse files
authored
Merge pull request #84824 from tshortli/library-evolution-in-trace-file
Tests: Update tests to verify that LibraryEvolution appears in module trace files
2 parents 8686d3f + 7f3c8d8 commit 451dcd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Driver/loaded_module_trace_enabled_features.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// RUN: -emit-loaded-module-trace-path %t/swift5_and_features.trace.json \
1313
// RUN: -enable-experimental-feature ParserValidation \
1414
// RUN: -enable-upcoming-feature RegionBasedIsolation \
15+
// RUN: -enable-library-evolution \
1516
// RUN: -strict-memory-safety
1617
// RUN: %FileCheck -check-prefix=CHECK-SWIFT5-PLUS %s < %t/swift5_and_features.trace.json
1718

@@ -50,6 +51,7 @@
5051
// CHECK-SWIFT5-PLUS: "arch":"{{[^"]*}}"
5152
// CHECK-SWIFT5-PLUS: "languageMode":"5"
5253
// CHECK-SWIFT5-PLUS: "enabledLanguageFeatures":[
54+
// CHECK-SWIFT5-PLUS: "LibraryEvolution",
5355
// CHECK-SWIFT5-PLUS: "NonfrozenEnumExhaustivity",
5456
// CHECK-SWIFT5-PLUS: "ParserValidation",
5557
// CHECK-SWIFT5-PLUS: "RegionBasedIsolation",

0 commit comments

Comments
 (0)