File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 154
154
155
155
// CHECK-LABEL: sil [ossa] @test_beginborrow_parsing :
156
156
// CHECK: %1 = begin_borrow [pointer_escape] %0 : $Builtin.NativeObject
157
- // CHECK-LABE : } // end sil function 'test_beginborrow_parsing'
157
+ // CHECK-LABEL : } // end sil function 'test_beginborrow_parsing'
158
158
sil [ossa] @test_beginborrow_parsing : $@convention(thin) (@owned Builtin.NativeObject) -> () {
159
159
bb0(%0 : @owned $Builtin.NativeObject):
160
160
%1 = begin_borrow [pointer_escape] %0 : $Builtin.NativeObject
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ func throwsAnything() throws {
41
41
func doesNotThrow( ) { }
42
42
43
43
func throwsNothing( ) {
44
- // CHECK-LABE : func_decl{{.*}}"throwsNothing()"
44
+ // CHECK-LABEL : func_decl{{.*}}"throwsNothing()"
45
45
46
46
// CHECK: force_try_expr{{.*}}thrown_error="Never"
47
47
try ! doesNotThrow ( )
You can’t perform that action at this time.
0 commit comments