Skip to content

Commit 474a50a

Browse files
[Test] Fix FileCheck in test after conflicting change. (swiftlang#35121)
1 parent 9493df5 commit 474a50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/async/run-partialapply-capture-classinstance-to-void.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sil_vtable S {
5757
#S.deinit!deallocator: @S_deallocating_deinit
5858
}
5959

60-
// CHECK-LL: @classinstanceSToVoidAD =
60+
// CHECK-LL: @classinstanceSToVoidTu =
6161
// CHECK-LL: define{{( dllexport)?}}{{( protected)?}} swiftcc void @classinstanceSToVoid(%swift.task* {{%[0-9]+}}, %swift.executor* {{%[0-9]+}}, %swift.context* {{%[0-9]+}}) {{#[0-9]*}} {
6262
sil @classinstanceSToVoid : $@async @convention(method) (@owned S) -> () {
6363
entry(%c : $S):

0 commit comments

Comments
 (0)