Skip to content

Commit 1292f5f

Browse files
authored
Merge pull request #79183 from swiftlang/elsh/test-update
Update package-cmo-import-filter test
2 parents a54a23a + 5eed340 commit 1292f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/package-cmo-import-filter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ package import Utils
5252
package func clientFunc<T: PkgKlass>(_ list: [T]) {
5353
// closure #1 in clientFunc<A>(_:)
5454
// CHECK-CLIENT: sil private @$s6Client10clientFuncyySayxG5Utils8PkgKlassCRbzlFSo8NSObjectCxXEfU_ : $@convention(thin) <T where T : PkgKlass> (@in_guaranteed T) -> (@out NSObject, @error_indirect Never) {
55-
// CHECK-CLIENT: class_method %5, #PkgKlass.second!getter : (PkgKlass) -> () -> NSObject, $@convention(method) (@guaranteed PkgKlass) -> @owned NSObject
55+
// CHECK-CLIENT: class_method {{.*}} #PkgKlass.second!getter : (PkgKlass) -> () -> NSObject, $@convention(method) (@guaranteed PkgKlass) -> @owned NSObject
5656
// CHECK-CLIENT: } // end sil function '$s6Client10clientFuncyySayxG5Utils8PkgKlassCRbzlFSo8NSObjectCxXEfU_'
5757
let result = list.map { $0.second }
5858
print(result)

0 commit comments

Comments
 (0)