Skip to content

Commit ce153ea

Browse files
authored
Merge pull request #12518 from modocache/sr-2660-driver-swiftmodule-linker-inputs
[Driver] Fix linker test by preparing empty dir
2 parents b78b438 + 162c4c7 commit ce153ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Driver/linker.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
// RUN: %swiftc_driver -driver-print-jobs -target x86_64-apple-macosx10.9 -g %s | %FileCheck -check-prefix DEBUG %s
4444

45+
// RUN: %empty-directory(%t)
4546
// RUN: touch %t/a.o
4647
// RUN: touch %t/a.swiftmodule
4748
// RUN: touch %t/b.o

0 commit comments

Comments
 (0)