Skip to content

Commit 56439ea

Browse files
committed
[Test] verifier_failures doesn't need stdlib.
1 parent 13b1038 commit 56439ea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/SIL/verifier_failures.sil

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
sil_stage canonical
55

66
import Builtin
7-
import Swift
8-
import SwiftShims
97

108
class C {}
119

12-
// CHECK: Begin Error in function end_borrow_1_addr_alloc_stack
13-
// CHECK-NEXT: SIL verification failed: end_borrow of an address not produced by store_borrow
10+
// CHECK-LABEL: Begin Error in function end_borrow_1_addr_alloc_stack
11+
// CHECK: SIL verification failed: end_borrow of an address not produced by store_borrow
12+
// CHECK-LABEL: End Error in function end_borrow_1_addr_alloc_stack
1413
sil [ossa] @end_borrow_1_addr_alloc_stack : $@convention(thin) () -> () {
1514
%addr = alloc_stack $C
1615
end_borrow %addr : $*C

0 commit comments

Comments
 (0)