mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
fd84e7273d
The legacy `module.map` spelling of module map files was deprecated by llvm/llvm-project#75142 and clang expects to remove support for them in the future. Switch all tests to use the supported spelling. Fixes rdar://128431478.
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
module ObjCClasses {
|
|
header "ObjCClasses.h"
|
|
export *
|
|
}
|