File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/Incremental/Fingerprints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
// Seeing weird failure on CI, so set the mod times
11
11
// RUN: touch -t 200101010101 %t/*.swift
12
12
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
14
14
15
15
// only-run-for-debugging: cp %t/usesB.swiftdeps %t/usesB3.swiftdeps
16
16
24
24
// RUN: touch -t 200101010101 %t/*.swift
25
25
// RUN: touch -t 200301010101 %t/definesAB.swift
26
26
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
28
28
29
29
// only-run-for-debugging: cp %t/usesB.swiftdeps %t/usesB4.swiftdeps
30
30
You can’t perform that action at this time.
0 commit comments