Skip to content

Commit e52618e

Browse files
committed
Gardening: Migrate test suite to GH issues: validation-test/IRGen
1 parent afb1eec commit e52618e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

validation-test/IRGen/sr6844.swift renamed to validation-test/IRGen/issue-49393.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
22
// REQUIRES: objc_interop
33

4+
// https://github.com/apple/swift/issues/49393
5+
46
import Foundation
57

68
// CHECK-LABEL: @_PROTOCOL_INSTANCE_METHODS_MyJSONSerializing = {{.+}} @"\01L_selector_data(JSONKeyPathsByPropertyKey)"
@@ -10,9 +12,9 @@ import Foundation
1012
// CHECK-SAME: [[OBJC_PROPNAME]]
1113
// CHECK-SAME: [[PROPKIND]]
1214

13-
// CHECK-LABEL: @_PROTOCOL_INSTANCE_METHODS__TtP6sr684418MyJSONSerializing2_ = {{.+}} @"\01L_selector_data(JSONKeyPathsByPropertyKey2)"
15+
// CHECK-LABEL: @_PROTOCOL_INSTANCE_METHODS__TtP1M18MyJSONSerializing2_ = {{.+}} @"\01L_selector_data(JSONKeyPathsByPropertyKey2)"
1416
// CHECK: [[SWIFT_PROPNAME:@.+]] = private unnamed_addr constant [{{.+}} x i8] c"JSONKeyPathsByPropertyKey2\00"
15-
// CHECK: @_PROTOCOL_PROPERTIES__TtP6sr684418MyJSONSerializing2_ =
17+
// CHECK: @_PROTOCOL_PROPERTIES__TtP1M18MyJSONSerializing2_ =
1618
// CHECK-SAME: [[SWIFT_PROPNAME]]
1719
// CHECK-SAME: [[PROPKIND]]
1820

0 commit comments

Comments
 (0)