Skip to content

Commit 5323a65

Browse files
committed
Add a missing test declaration that was lost in a git rebase.
1 parent 3acdc09 commit 5323a65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/transfernonsendable_instruction_matching.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ sil @useRawPointer : $@convention(thin) (Builtin.RawPointer) -> ()
6161

6262
sil @transferIndirect : $@convention(thin) @async <τ_0_0> (@in_guaranteed τ_0_0) -> ()
6363
sil @useIndirect : $@convention(thin) <τ_0_0> (@in_guaranteed τ_0_0) -> ()
64+
sil @initIndirect : $@convention(thin) <T> () -> @out T
6465

6566
enum FakeOptional<T> {
6667
case none

0 commit comments

Comments
 (0)