Skip to content

Commit a68b554

Browse files
committed
Gardening: Migrate test suite to GH issues: SIL
1 parent c1fcdc4 commit a68b554

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/SIL/Parser/debug_info.sil

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ struct TheStruct {
1111

1212
sil_scope 1 { parent @struct_debug_info_test : $@convention(thin) (TheStruct) -> TheStruct }
1313

14-
// SR-14814: Make sure the `forwarding` directive being optional in the presence
15-
// of debug info directives (i.e. `loc` and `scope`)
14+
// https://github.com/apple/swift/issues/57162
15+
// Make sure of the `forwarding` directive being optional in the presence of
16+
// debug info directives (i.e. `loc` and `scope`).
1617

1718
// CHECK-LABEL: sil [transparent] @struct_debug_info_test :
1819
sil [transparent] @struct_debug_info_test : $@convention(thin) (TheStruct) -> TheStruct {

0 commit comments

Comments
 (0)