Skip to content

Commit a5f41ce

Browse files
committed
Adjust test for non-Darwin
1 parent 40e07cf commit a5f41ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/IRGen/typed_throws.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ func buildMetatype() -> Any.Type {
3131
// CHECK-NOMANGLE: define linkonce_odr hidden swiftcc %swift.metadata_response @"$sySi12typed_throws10MyBigErrorOYKcMa"
3232
// CHECK: call ptr @swift_getExtendedFunctionTypeMetadata({{i32|i64}} 2231369729, {{i32|i64}} 0, ptr [[PARAMS:%.*]], ptr null, ptr getelementptr inbounds (%swift.full_existential_type, ptr @"$sytN", i32 0, i32 1), ptr null, i32 1, ptr getelementptr inbounds (<{ ptr, ptr, i64, ptr }>, ptr {{.*}}@"$s12typed_throws10MyBigErrorOMf"
3333

34-
// CHECK-NOMANGLE: declare extern_weak ptr @swift_getExtendedFunctionTypeMetadata
35-
3634
protocol P {
3735
associatedtype A
3836
}

0 commit comments

Comments
 (0)