Skip to content

Commit 01d20b6

Browse files
authored
Merge pull request swiftlang#31198 from apple/shahmishal/update-batch-mode-llvmIRHash-consistency-test
[Test] Update batch-mode-llvmIRHash-consistency.swift to use make-old…
2 parents c9912c5 + 00612d7 commit 01d20b6

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: touch %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)