Skip to content

Commit 907e506

Browse files
committed
[move-only] Remove drop_deinit check since drop_deinit is not on 5.9 yet
1 parent f9a01d3 commit 907e506

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/SILGen/moveonly_library_evolution.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public func borrowVal(_ x: borrowing EmptyStruct) {}
2222

2323
// CHECK-LABEL: sil [ossa] @$s26moveonly_library_evolution10DeinitTestVfD : $@convention(method) (@in DeinitTest) -> () {
2424
// CHECK: bb0([[ARG:%.*]] : $*DeinitTest):
25-
// CHECK: drop_deinit [[ARG]]
2625
// CHECK: } // end sil function '$s26moveonly_library_evolution10DeinitTestVfD'
2726
public struct DeinitTest : ~Copyable {
2827
deinit {

0 commit comments

Comments
 (0)