File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public func apply(_ f : () -> Int) -> Int {
23
23
// CHECK-LABEL: sil @{{.*}}test{{.*}} : $@convention(thin) () -> ()
24
24
// CHECK: [[A:%.*]] = function_ref @{{.*}}apply{{.*}} : $@convention(thin) (@owned @noescape @callee_guaranteed () -> Int) -> Int
25
25
// CHECK: [[C1:%.*]] = function_ref @{{.*}}test{{.*}} : $@convention(thin) () -> Int
26
- // CHECK: [[C2:%.*]] = convert_function [[C2 ]] : $@convention(thin) () -> Int to $@convention(thin) @noescape () -> Int
26
+ // CHECK: [[C2:%.*]] = convert_function [[C1 ]] : $@convention(thin) () -> Int to $@convention(thin) @noescape () -> Int
27
27
// CHECK: [[C3:%.*]] = thin_to_thick_function [[C2]] : $@convention(thin) @noescape () -> Int to $@noescape @callee_guaranteed () -> Int
28
28
// CHECK: apply [[A]]([[C3]]) : $@convention(thin) (@owned @noescape @callee_guaranteed () -> Int) -> Int
29
29
public func test( ) {
You can’t perform that action at this time.
0 commit comments