mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
committed by
GitHub
parent
003b335351
commit
b1f36d2c6d
@@ -1,4 +1,5 @@
|
|||||||
// RUN: %target-typecheck-verify-swift
|
// RUN: %target-typecheck-verify-swift
|
||||||
|
// REQUIRES: differentiable_programming
|
||||||
|
|
||||||
import _Differentiation
|
import _Differentiation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user