Skip to content

Commit f57eb42

Browse files
authored
Merge pull request #31929 from compnerd/null-is-1
test: repair SILOptimizer AutoDiff test on Windows
2 parents 417e173 + 518ce5c commit f57eb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AutoDiff/SILOptimizer/semantic_member_accessors_sil.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -emit-sil -Xllvm -sil-print-after=differentiation %s -o /dev/null 2>&1 | %FileCheck %s
1+
// RUN: %target-swift-frontend -emit-sil -Xllvm -sil-print-after=differentiation %s -module-name null -o /dev/null 2>&1 | %FileCheck %s
22

33
// Test differentiation of semantic member accessors:
44
// - Stored property accessors.

0 commit comments

Comments
 (0)