From 9dae127690da8daba39854ed7ee94dbd548f7ed3 Mon Sep 17 00:00:00 2001 From: David Zarzycki Date: Fri, 24 Jan 2020 14:02:18 -0500 Subject: [PATCH] [AutoDiff] Add missing REQUIRES to test after #29405 --- test/AutoDiff/SILGen/differentiable_function.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/AutoDiff/SILGen/differentiable_function.swift b/test/AutoDiff/SILGen/differentiable_function.swift index e298eb690a55e..bd1282fa59199 100644 --- a/test/AutoDiff/SILGen/differentiable_function.swift +++ b/test/AutoDiff/SILGen/differentiable_function.swift @@ -1,4 +1,5 @@ // RUN: %target-swift-frontend -emit-silgen -enable-experimental-differentiable-programming %s | %FileCheck %s +// REQUIRES: differentiable_programming // Test SILGen for `@differentiable` function typed values.