Skip to content

Commit 9c04e62

Browse files
committed
Try to pacify Windows
1 parent 38a6225 commit 9c04e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/AutoDiff/compiler_crashers_fixed/issue-59135-nested-function-diff-wittness-capture-promotion.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// diagnostics further on.
99

1010
// CHECK-LABEL: differentiability witness for specialized y #1 (_:) in s(h:)
11-
// CHECK: sil_differentiability_witness private [reverse] [parameters 0] [results 0] @$s4null1s1hAA1BVAE_tF1yL_yAA1WVAHFTf2ni_n : $@convention(thin) (@guaranteed W, Int) -> @owned W {
12-
// CHECK-NOT: sil_differentiability_witness private [reverse] [parameters 0] [results 0] @$s4null1s1hAA1BVAE_tF1yL_yAA1WVAHF : $@convention(thin) (@guaranteed W, @guaranteed { var Int }) -> @owned W {
11+
// CHECK: sil_differentiability_witness private [reverse] [parameters 0] [results 0] @$s{{.*}} : $@convention(thin) (@guaranteed W, Int) -> @owned W {
12+
// CHECK-NOT: sil_differentiability_witness private [reverse] [parameters 0] [results 0] @$s{{.*}} : $@convention(thin) (@guaranteed W, @guaranteed { var Int }) -> @owned W {
1313

1414
import _Differentiation
1515
struct B: Differentiable{}

0 commit comments

Comments
 (0)