Skip to content

Commit 7700610

Browse files
committed
[test] Mark test as REQUIRES differenciable_programming
Test tries to import `_Differenciation`, but is not marked as requiring that feature to be available, so it will fail to pass for people that do not compile with differenciable programming enabled.
1 parent a11baaf commit 7700610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IRGen/debug_scope_distinct.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: differentiable_programming
2+
13
// RUN: %empty-directory(%t)
24
// RUN: %target-swiftc_driver -DM -emit-module -emit-module-path %t/M.swiftmodule %s -module-name M
35
// RUN: %target-swiftc_driver -O -g -I %t -c %s -emit-ir -o - | %FileCheck %s

0 commit comments

Comments
 (0)