File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend -emit-ir %s -import-objc-header %S/Inputs/sr6844 .h | %FileCheck %s
1
+ // RUN: %target-swift-frontend -emit-ir %s -module-name M - import-objc-header %S/Inputs/issue-49393 .h | %FileCheck %s
2
2
// REQUIRES: objc_interop
3
3
4
+ // https://github.com/apple/swift/issues/49393
5
+
4
6
import Foundation
5
7
6
8
// CHECK-LABEL: @_PROTOCOL_INSTANCE_METHODS_MyJSONSerializing = {{.+}} @"\01L_selector_data(JSONKeyPathsByPropertyKey)"
@@ -10,9 +12,9 @@ import Foundation
10
12
// CHECK-SAME: [[OBJC_PROPNAME]]
11
13
// CHECK-SAME: [[PROPKIND]]
12
14
13
- // CHECK-LABEL: @_PROTOCOL_INSTANCE_METHODS__TtP6sr684418MyJSONSerializing2_ = {{.+}} @"\01L_selector_data(JSONKeyPathsByPropertyKey2)"
15
+ // CHECK-LABEL: @_PROTOCOL_INSTANCE_METHODS__TtP1M18MyJSONSerializing2_ = {{.+}} @"\01L_selector_data(JSONKeyPathsByPropertyKey2)"
14
16
// CHECK: [[SWIFT_PROPNAME:@.+]] = private unnamed_addr constant [{{.+}} x i8] c"JSONKeyPathsByPropertyKey2\00"
15
- // CHECK: @_PROTOCOL_PROPERTIES__TtP6sr684418MyJSONSerializing2_ =
17
+ // CHECK: @_PROTOCOL_PROPERTIES__TtP1M18MyJSONSerializing2_ =
16
18
// CHECK-SAME: [[SWIFT_PROPNAME]]
17
19
// CHECK-SAME: [[PROPKIND]]
18
20
You can’t perform that action at this time.
0 commit comments