Skip to content

Commit 295ded6

Browse files
committed
Gardening: Migrate test suite to GH issues: AutoDiff/SILGen
1 parent b7bbd43 commit 295ded6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/AutoDiff/SILGen/differentiability_witness_generic_signature.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %target-swift-emit-silgen -verify -module-name main %s -warn-redundant-requirements | %FileCheck %s
22
// RUN: %target-swift-emit-sil -verify -module-name main %s -warn-redundant-requirements
33

4-
// NOTE(SR-11950): SILParser crashes for SILGen round-trip.
4+
// NOTE: SILParser crashes for SILGen round-trip
5+
// (https://github.com/apple/swift/issues/54370).
56

67
// This file tests:
78
// - The "derivative generic signature" of `@differentiable` and `@derivative`

0 commit comments

Comments
 (0)