We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75e09c commit 589a1beCopy full SHA for 589a1be
test/Driver/Dependencies/independent-fine.swift
@@ -15,7 +15,9 @@
15
// CHECK-SECOND-NOT: Handled
16
17
// Don't change the priors mod time.
18
-// RUN: touch -t 201401240006 %t/*.{swift,swiftdeps,json}
+// RUN: touch -t 201401240006 %t/*.swift
19
+// RUN: touch -t 201401240006 %t/*.swiftdeps
20
+// RUN: touch -t 201401240006 %t/*.json
21
// 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
22
23
// RUN: touch -t 201401240007 %t/main.swift
0 commit comments