From b1f36d2c6d23b44da78070fa83d2b3b00614835c Mon Sep 17 00:00:00 2001 From: Andrew Savonichev Date: Tue, 11 Jul 2023 01:50:06 +0900 Subject: [PATCH] [AutoDiff] Fix test/Constraints/noderivative.swift (#67190) The test imports _Differentiation, so it needs the REQUIRES line or people that build without that feature will fail this test. --- test/Constraints/noderivative.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Constraints/noderivative.swift b/test/Constraints/noderivative.swift index cc15153043f..2ede83c34b6 100644 --- a/test/Constraints/noderivative.swift +++ b/test/Constraints/noderivative.swift @@ -1,4 +1,5 @@ // RUN: %target-typecheck-verify-swift +// REQUIRES: differentiable_programming import _Differentiation