diff --git a/test/AutoDiff/validation-test/optional-property.swift b/test/AutoDiff/validation-test/optional-property.swift index 000433ffaf96c..fadd93b26e807 100644 --- a/test/AutoDiff/validation-test/optional-property.swift +++ b/test/AutoDiff/validation-test/optional-property.swift @@ -1,5 +1,5 @@ // RUN: %target-run-simple-swift -// RUN: %target-swift-emit-sil -Xllvm -debug-only=differentiation -o /dev/null 2>&1 %s | %FileCheck %s +// RUN: %target-swift-emit-sil -Xllvm -debug-only=differentiation -module-name null -o /dev/null 2>&1 %s | %FileCheck %s // REQUIRES: executable_test // REQUIRES: asserts