Skip to content

Commit 15ead8a

Browse files
committed
tests: fix a wrong check line in SILOptimizer/large_string_array.swift.gyb
Triggered by #77806 rdar://140778726
1 parent 30cf647 commit 15ead8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/SILOptimizer/large_string_array.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Check if the optimizer can optimize the whole array into a statically
1919
// initialized global
2020

21-
// CHECK: sil_global private @{{.*9str_array.*}}WZTv_ : $_ContiguousArrayStorage<String> = {
21+
// CHECK: sil_global private [let] @{{.*9str_array.*}}WZTv_ : $_ContiguousArrayStorage<String> = {
2222
// CHECK: %initval = object $_ContiguousArrayStorage<String>
2323

2424
public let str_array: [String] = [

0 commit comments

Comments
 (0)