Skip to content

Commit 2a19e53

Browse files
committed
[DNM] Try changing back to old substitutions
Makes no sense that this would help, but out of other ideas!
1 parent 791b2a0 commit 2a19e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Incremental/Fingerprints/class-fingerprint.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Seeing weird failure on CI, so set the mod times
1111
// RUN: touch -t 200101010101 %t/*.swift
1212

13-
// RUN: cd %t && %swiftc_driver-stdlib-target -enable-batch-mode -j2 -incremental -driver-show-incremental main.swift definesAB.swift usesA.swift usesB.swift -module-name main -output-file-map ofm.json >&output3
13+
// RUN: cd %t && %target-swiftc_driver -enable-batch-mode -j2 -incremental -driver-show-incremental main.swift definesAB.swift usesA.swift usesB.swift -module-name main -output-file-map ofm.json >&output3
1414

1515
// only-run-for-debugging: cp %t/usesB.swiftdeps %t/usesB3.swiftdeps
1616

@@ -24,7 +24,7 @@
2424
// RUN: touch -t 200101010101 %t/*.swift
2525
// RUN: touch -t 200301010101 %t/definesAB.swift
2626

27-
// RUN: cd %t && %swiftc_driver-stdlib-target -enable-batch-mode -j2 -incremental -driver-show-incremental main.swift definesAB.swift usesA.swift usesB.swift -module-name main -output-file-map ofm.json >&output4
27+
// RUN: cd %t && %target-swiftc_driver -enable-batch-mode -j2 -incremental -driver-show-incremental main.swift definesAB.swift usesA.swift usesB.swift -module-name main -output-file-map ofm.json >&output4
2828

2929
// only-run-for-debugging: cp %t/usesB.swiftdeps %t/usesB4.swiftdeps
3030

0 commit comments

Comments
 (0)