Skip to content

Commit 1720274

Browse files
committed
Fix test/IRGen/async.swift
1 parent cf55973 commit 1720274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class SomeClass {}
1717
public func task_future_wait(_ task: __owned SomeClass) async throws -> Int
1818

1919
// CHECK: define{{.*}} swift{{(tail)?}}cc void @"$s5async8testThisyyAA9SomeClassCnYF"(%swift.context* swiftasync %0{{.*}}
20-
// CHECK-64: call swiftcc i8* @swift_task_alloc(i64 56)
20+
// CHECK-64: call swiftcc i8* @swift_task_alloc(i64 48)
2121
// CHECK: {{(must)?}}tail call swift{{(tail)?}}cc void @swift_task_future_wait(
2222
public func testThis(_ task: __owned SomeClass) async {
2323
do {

0 commit comments

Comments
 (0)