Skip to content

Commit 9de171a

Browse files
authored
[AutoDiff] Add missing REQUIRES: asserts to test. (swiftlang#33874)
`test/AutoDiff/validation-test/optional-property.swift` uses `-Xllvm -debug-only=differentiation`, which requires assertions enabled.
1 parent f7b826f commit 9de171a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/AutoDiff/validation-test/optional-property.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// RUN: %target-swift-emit-sil -Xllvm -debug-only=differentiation -o /dev/null 2>&1 %s | %FileCheck %s
33
// REQUIRES: executable_test
4+
// REQUIRES: asserts
45

56
// Test differentiation of `Optional` properties.
67

0 commit comments

Comments
 (0)