Skip to content

Commit b6f5b31

Browse files
authored
Merge pull request swiftlang#31469 from apple/fix-batch-mode-llvmIRHash-consistency-test
[5.3] Fix batch mode llvm ir hash consistency test
2 parents a2ff89b + 2254c90 commit b6f5b31

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)