mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -1,4 +1,4 @@
|
||||
//===--- module.map -------------------------------------------------------===//
|
||||
//===--- module.modulemap -------------------------------------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user