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.
2 parents 736b8ac + ae4781d commit 4d7321eCopy full SHA for 4d7321e
test/ModuleInterface/build-alternative-interface.swift
@@ -22,7 +22,7 @@
22
23
// RUN: %target-typecheck-verify-swift -disable-implicit-concurrency-module-import -I %t/inputs -backup-module-interface-path %t/alternative-inputs -module-cache-path %t/module-cache
24
25
-// RUN: touch %t/inputs/Bar.swiftinterface
+// RUN: touch -t 201401240005 %t/inputs/Bar.swiftinterface
26
// RUN: %target-swift-frontend-typecheck -disable-implicit-concurrency-module-import -I %t/inputs -backup-module-interface-path %t/alternative-inputs -module-cache-path %t/module-cache -Rmodule-interface-rebuild %s &> %t/remarks.txt
27
// RUN: %FileCheck --input-file %t/remarks.txt %s --check-prefix=CHECK-REBUILD
28
// CHECK-REBUILD: remark: rebuilding module 'FooBar' from interface
0 commit comments