Skip to content

Commit ae4781d

Browse files
committed
test: specify touch time to ensure mod time difference
rdar://78027229
1 parent b0bade6 commit ae4781d

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)