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 154154
155155// CHECK-LABEL: sil [ossa] @test_beginborrow_parsing :
156156// 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'
158158sil [ossa] @test_beginborrow_parsing : $@convention(thin) (@owned Builtin.NativeObject) -> () {
159159bb0(%0 : @owned $Builtin.NativeObject):
160160 %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 {
4141func doesNotThrow( ) { }
4242
4343func throwsNothing( ) {
44- // CHECK-LABE : func_decl{{.*}}"throwsNothing()"
44+ // CHECK-LABEL : func_decl{{.*}}"throwsNothing()"
4545
4646 // CHECK: force_try_expr{{.*}}thrown_error="Never"
4747 try ! doesNotThrow ( )
You can’t perform that action at this time.
0 commit comments