Skip to content

Commit 2254c90

Browse files
committed
Update the batch-mode-llvmIRHash-consistency test to use echo method for updating the timestamp
1 parent df6ef9d commit 2254c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/multifile/batch-mode-llvmIRHash-consistency.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
// RUN: cp %t/main{,-old}.o
1212
// RUN: cp %t/other{,-old}.o
13-
// RUN: %{python} %S/../Inputs/make-old.py %t/*.swift
13+
// RUN: echo 'public enum E: Error {}' >%t/main.swift
14+
// RUN: echo >%t/other.swift
1415

1516
// RUN: cd %t; %target-swift-frontend -c -g -enable-batch-mode -module-name main -primary-file ./main.swift -primary-file other.swift
1617

0 commit comments

Comments
 (0)