Skip to content

Commit 6e29c02

Browse files
authored
Merge pull request #38505 from apple/compnerd/38356
test: attempt to repair the test on Windows
2 parents a8a6f7c + 589a1be commit 6e29c02

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)