mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
fix typo to be CHECK-LABEL:
This commit is contained in:
@@ -41,7 +41,7 @@ func throwsAnything() throws {
|
||||
func doesNotThrow() { }
|
||||
|
||||
func throwsNothing() {
|
||||
// CHECK-LABE: func_decl{{.*}}"throwsNothing()"
|
||||
// CHECK-LABEL: func_decl{{.*}}"throwsNothing()"
|
||||
|
||||
// CHECK: force_try_expr{{.*}}thrown_error="Never"
|
||||
try! doesNotThrow()
|
||||
|
||||
Reference in New Issue
Block a user