Skip to content

Commit 518ce5c

Browse files
committed
test: repair SILOptimizer AutoDiff test on Windows
The module name is not specified but the test explicitly overfits to an expected name. Adjust the test invocation to accommodate the expectation.
1 parent 0ab9fd7 commit 518ce5c

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)