Files
swift-mirror/test/attr/Inputs/custom-modules/module.map
Jordan Rose 8ad5297001 Don't complain when using '@testable import' on a Clang-only module.
Justification: if you delete all the Swift code out of a framework,
you shouldn't have to change your tests.

rdar://problem/21207346

Swift SVN r29452
2015-06-17 17:52:44 +00:00

3 lines
131 B
Plaintext

module AttrObjc_FooClangModule { header "attr_objc_foo_clang_module.h" }
module Testable_ClangModule { header "testable_clang.h" }