Skip to content

Commit ae6694a

Browse files
authored
Merge pull request #38619 from apple/compnerd/bashless
Update independent-fine.swift
2 parents f432bd9 + 3a75ec8 commit ae6694a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Driver/Dependencies/independent-fine.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
// RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path "%{python.unquoted};%S/Inputs/update-dependencies.py;%swift-dependency-tool" -output-file-map %t/output.json -incremental -driver-always-rebuild-dependents ./main.swift ./other.swift -module-name main -j1 -v 2>&1 | %FileCheck -check-prefix=CHECK-SECOND %s
3737

3838
// Don't change the priors mod time.
39-
// RUN: touch -t 201401240006 %t/*.{swift,swiftdeps,json}
39+
// RUN: touch -t 201401240006 %t/*.swift
40+
// RUN: touch -t 201401240006 %t/*.swiftdeps
41+
// RUN: touch -t 201401240006 %t/*.json
4042
// RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path "%{python.unquoted};%S/Inputs/update-dependencies.py;%swift-dependency-tool" -output-file-map %t/output.json -incremental -driver-always-rebuild-dependents ./main.swift ./other.swift -module-name main -j1 -v 2>&1 | %FileCheck -check-prefix=CHECK-FIRST-MULTI %s
4143

4244

0 commit comments

Comments
 (0)