Skip to content

Commit 3a75ec8

Browse files
authored
Update independent-fine.swift
Remove bashisms harder. There was a second instance of a bash specific pattern which breaks the Windows 2017 CI.
1 parent 03ff464 commit 3a75ec8

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)