Files
swift-mirror/test/Migrator/mock-sdk/TestMyTime.framework/Modules/module.modulemap
Rintaro Ishizaki ec3a3df023 [Migrator] Use RewriteBuffer::InsertText() for applying insertion
Apparently, ReplaceText() on the same location replaces the replaced
text. Using InsertText() fixes the problem.

rdar://problem/39518867
2018-04-26 19:40:38 +09:00

7 lines
101 B
Plaintext

framework module TestMyTime {
umbrella header "TestMyTime.h"
export *
module * { export * }
}