[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.
This commit is contained in:
Andrew Savonichev
2023-07-11 01:50:06 +09:00
committed by GitHub
parent 003b335351
commit b1f36d2c6d

View File

@@ -1,4 +1,5 @@
// RUN: %target-typecheck-verify-swift
// REQUIRES: differentiable_programming
import _Differentiation