Skip to content

Commit e1fe5b7

Browse files
committed
[DNM] Change back to target-swiftc-driver
1 parent be4400f commit e1fe5b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Incremental/Fingerprints/class-fingerprint.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
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
14+
// 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
1415

1516
// only-run-for-debugging: cp %t/usesB.swiftdeps %t/usesB3.swiftdeps
1617

0 commit comments

Comments
 (0)