Rename module.map -> module.modulemap in tests

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.
This commit is contained in:
Becca Royal-Gordon
2024-08-12 17:47:26 -07:00
parent 1d19e19a73
commit fd84e7273d
17 changed files with 15 additions and 15 deletions

View File

@@ -0,0 +1,4 @@
module ObjCClasses {
header "ObjCClasses.h"
export *
}