Skip to content

Commit f1ccb39

Browse files
authored
Merge pull request swiftlang#30388 from benlangmuir/debug-stdlib-dis
Attempt to prevent CI failure with debug stdlib
2 parents 7b81701 + f1f7e66 commit f1ccb39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/let_properties_opts.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-swift-frontend -module-name let_properties_opts %s -O -enforce-exclusivity=checked -emit-sil | %FileCheck -check-prefix=CHECK-WMO %s
22
// RUN: %target-swift-frontend -module-name let_properties_opts -primary-file %s -O -emit-sil | %FileCheck %s
33

4+
// REQUIRES: optimized_stdlib
5+
46
// Test propagation of non-static let properties with compile-time constant values.
57

68
// TODO: Once this optimization can remove the propagated fileprivate/internal let properties or

0 commit comments

Comments
 (0)