Skip to content

Commit b1f36d2

Browse files
authored
[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.
1 parent 003b335 commit b1f36d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Constraints/noderivative.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-typecheck-verify-swift
2+
// REQUIRES: differentiable_programming
23

34
import _Differentiation
45

0 commit comments

Comments
 (0)