Skip to content

Commit 46ec774

Browse files
author
David Ungar
committed
Added test.
1 parent a09df8b commit 46ec774

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// RUN: %empty-directory(%t)
2+
// RUN: touch %t/file-01.swift
3+
// RUN: touch %t/file-02.swift
4+
// RUN: cd %t
5+
// RUN: %target-swift-frontend -emit-module -primary-file file-01.swift -primary-file file-02.swift -o file-01.swiftmodule -o file-02.swiftmodule -module-name foo
6+
// RUN: test -e file-01.swiftmodule -a -e file-02.swiftmodule

0 commit comments

Comments
 (0)