Skip to content

Commit 589a1be

Browse files
authored
test: attempt to repair the test on Windows
PR #38356 regressed the Windows (2017) CI. This attempts to remove the bashisms from the test to repair the test on Windows.
1 parent b75e09c commit 589a1be

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
@@ -15,7 +15,9 @@
1515
// CHECK-SECOND-NOT: Handled
1616

1717
// Don't change the priors mod time.
18-
// RUN: touch -t 201401240006 %t/*.{swift,swiftdeps,json}
18+
// RUN: touch -t 201401240006 %t/*.swift
19+
// RUN: touch -t 201401240006 %t/*.swiftdeps
20+
// RUN: touch -t 201401240006 %t/*.json
1921
// 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 -j1 -v 2>&1 | %FileCheck -check-prefix=CHECK-FIRST %s
2022

2123
// RUN: touch -t 201401240007 %t/main.swift

0 commit comments

Comments
 (0)