File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 36
36
// 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
37
37
38
38
// 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
40
42
// 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
41
43
42
44
You can’t perform that action at this time.
0 commit comments