From cd33d6611cbcbceb29d3a568c31d89cf3c7fb300 Mon Sep 17 00:00:00 2001 From: Paul LeMarquand Date: Mon, 7 Jul 2025 11:46:00 -0400 Subject: [PATCH] Add review link for ST-0012 --- proposals/testing/0012-exit-test-value-capturing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/testing/0012-exit-test-value-capturing.md b/proposals/testing/0012-exit-test-value-capturing.md index 6a52b7d723..43c226b4ae 100644 --- a/proposals/testing/0012-exit-test-value-capturing.md +++ b/proposals/testing/0012-exit-test-value-capturing.md @@ -6,7 +6,7 @@ * Status: **Active Review (Jul 7 - July 21, 2025)** * Bug: [swiftlang/swift-testing#1157](https://github.com/swiftlang/swift-testing/issues/1157) * Implementation: [swiftlang/swift-testing#1040](https://github.com/swiftlang/swift-testing/pull/1040) _et al._ -* Review: ([pitch](https://forums.swift.org/t/pitch-capturing-values-in-exit-tests/80494)) +* Review: ([pitch](https://forums.swift.org/t/pitch-capturing-values-in-exit-tests/80494)) ([review](https://forums.swift.org/t/st-0012-capturing-values-in-exit-tests/80963)) ## Introduction