Skip to content

Commit 4d7321e

Browse files
authored
Merge pull request #37429 from nkcsgexi/78027229
test: specify touch time to ensure mod time difference
2 parents 736b8ac + ae4781d commit 4d7321e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ModuleInterface/build-alternative-interface.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// 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
2424

25-
// RUN: touch %t/inputs/Bar.swiftinterface
25+
// RUN: touch -t 201401240005 %t/inputs/Bar.swiftinterface
2626
// 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
2727
// RUN: %FileCheck --input-file %t/remarks.txt %s --check-prefix=CHECK-REBUILD
2828
// CHECK-REBUILD: remark: rebuilding module 'FooBar' from interface

0 commit comments

Comments
 (0)