Skip to content

Commit d73e77f

Browse files
authored
Merge pull request #74544 from apple/elsh/test
Fix test
2 parents a3ab8bb + 6294a77 commit d73e77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/package-cmo-skip-internal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let x = useInternal(Base())
2525

2626
/// Since Base is not serialized, accessing its field should go
2727
/// through `class_method`.
28-
// CHECK-MAIN: class_method %13 : $Base, #Base.baseVarPkg!getter : (Base) -> () -> Int, $@convention(method) (@guaranteed Base) -> Int
28+
// CHECK-MAIN: class_method {{.*}} : $Base, #Base.baseVarPkg!getter : (Base) -> () -> Int, $@convention(method) (@guaranteed Base) -> Int
2929
let y = usePkg(Base())
3030

3131
/// Since PubKlass is serialized, can access its field directly.

0 commit comments

Comments
 (0)