Skip to content

Commit 6192ffd

Browse files
committed
Gardening: Migrate test suite to GH issues: validation-test/SIL
1 parent 1e2f6bb commit 6192ffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation-test/SIL/crashers_fixed/047-swift-silfunction-print.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -emit-sil %s
22

3-
// SR-12239: use-after-free in `SILFunction::print`.
3+
// https://github.com/apple/swift/issues/54666
4+
// Use-after-free in `SILFunction::print`
45

56
func outer<C>(_ x: C) {
67
func inner<C>(_ x: C) {}

0 commit comments

Comments
 (0)